Commit 93e31b08 authored by baiyanhao's avatar baiyanhao

发起评审-页面跳转修改

parent ae4b260b
...@@ -529,7 +529,7 @@ export default { ...@@ -529,7 +529,7 @@ export default {
const aa = response const aa = response
if(aa){ if(aa){
alert('提交成功') alert('提交成功')
this.$router.push({path: '/login'}); this.$router.push({path: '/review/createReview'});
}else{ }else{
alert('提交失败') alert('提交失败')
} }
......
...@@ -475,7 +475,7 @@ export default { ...@@ -475,7 +475,7 @@ export default {
const aa = response const aa = response
if(aa){ if(aa){
alert('提交成功') alert('提交成功')
this.$router.push({path: '/login'}); this.$router.push({path: '/review/createReview'});
}else{ }else{
alert('提交失败') alert('提交失败')
} }
......
...@@ -587,7 +587,7 @@ export default { ...@@ -587,7 +587,7 @@ export default {
const aa = response const aa = response
if(aa){ if(aa){
alert('提交成功') alert('提交成功')
this.$router.push({path: '/login'}); this.$router.push({path: '/review/createReview'});
}else{ }else{
alert('提交失败') alert('提交失败')
} }
......
...@@ -454,7 +454,7 @@ export default { ...@@ -454,7 +454,7 @@ export default {
const aa = response const aa = response
if (aa) { if (aa) {
alert('提交成功') alert('提交成功')
this.$router.push({ path: '/login' }) this.$router.push({ path: '/review/createReview' })
} else { } else {
alert('提交失败') alert('提交失败')
} }
......
...@@ -491,7 +491,7 @@ ...@@ -491,7 +491,7 @@
const aa = response const aa = response
if(aa){ if(aa){
alert('提交成功') alert('提交成功')
this.$router.push({path: '/login'}); this.$router.push({path: '/review/createReview'});
}else{ }else{
alert('提交失败') alert('提交失败')
} }
......
...@@ -468,7 +468,7 @@ export default { ...@@ -468,7 +468,7 @@ export default {
const aa = response const aa = response
if (aa) { if (aa) {
alert('提交成功') alert('提交成功')
this.$router.push({ path: '/login' }) this.$router.push({ path: '/review/createReview' })
} else { } else {
alert('提交失败') alert('提交失败')
} }
......
...@@ -539,7 +539,7 @@ export default { ...@@ -539,7 +539,7 @@ export default {
const aa = response const aa = response
if (aa) { if (aa) {
alert('提交成功') alert('提交成功')
this.$router.push({ path: '/login' }) this.$router.push({ path: '/review/createReview' })
} else { } else {
alert('提交失败') alert('提交失败')
} }
......
...@@ -27,9 +27,7 @@ ...@@ -27,9 +27,7 @@
placeholder="车型检验" placeholder="车型检验"
@change="handleSelectType(formModel.tiaokuanfenlei)" @change="handleSelectType(formModel.tiaokuanfenlei)"
> >
<el-option <el-option :value="车型检验" />
:value = '车型检验'
/>
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -105,7 +103,6 @@ ...@@ -105,7 +103,6 @@
<el-col :span="10"><p></p></el-col> <el-col :span="10"><p></p></el-col>
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="3"><p></p></el-col> <el-col :span="3"><p></p></el-col>
<el-col :span="8"> <el-col :span="8">
...@@ -293,7 +290,7 @@ export default { ...@@ -293,7 +290,7 @@ export default {
yonglibianhao: '', yonglibianhao: '',
shenchaxize: '', shenchaxize: '',
// shenchachangjing: '', // shenchachangjing: '',
yonglimiaoshu:'', yonglimiaoshu: ''
} }
} }
}, },
...@@ -454,7 +451,7 @@ export default { ...@@ -454,7 +451,7 @@ export default {
const aa = response const aa = response
if (aa) { if (aa) {
alert('提交成功') alert('提交成功')
this.$router.push({ path: '/login' }) this.$router.push({ path: '/review/createReview' })
} else { } else {
alert('提交失败') alert('提交失败')
} }
......
...@@ -645,7 +645,7 @@ export default { ...@@ -645,7 +645,7 @@ export default {
const aa = response const aa = response
if (aa) { if (aa) {
alert('提交成功') alert('提交成功')
this.$router.push({ path: '/login' }) this.$router.push({ path: '/review/createReview' })
} else { } else {
alert('提交失败') alert('提交失败')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment