修改清单的提示
This commit is contained in:
@@ -1360,11 +1360,11 @@ export default {
|
||||
loading: 'loadData'
|
||||
}, res => {
|
||||
if (res.ok) {
|
||||
if(res.message === '修改成功'){
|
||||
this.$router.push({
|
||||
name: 'AccessStandardsAndRegulations'
|
||||
})
|
||||
}
|
||||
}else {
|
||||
this.$message.error('已存在此国家/地区清单,修改失败')
|
||||
}
|
||||
}, e => {
|
||||
})
|
||||
|
||||
+6
-4
@@ -1289,10 +1289,12 @@ export default {
|
||||
loading: 'loadData'
|
||||
}, res => {
|
||||
if (res.ok) {
|
||||
this.isNext = true
|
||||
this.$router.push({
|
||||
name: 'AccessStandardsAndRegulations'
|
||||
})
|
||||
this.isNext = true
|
||||
this.$router.push({
|
||||
name: 'AccessStandardsAndRegulations'
|
||||
})
|
||||
}else {
|
||||
this.$message.error('已存在此车型类别清单,修改失败')
|
||||
}
|
||||
}, e => {
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user