修改清单的提示
This commit is contained in:
@@ -1360,10 +1360,11 @@ export default {
|
|||||||
loading: 'loadData'
|
loading: 'loadData'
|
||||||
}, res => {
|
}, res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
this.$router.push({
|
this.$message.success('修改成功')
|
||||||
name: 'AccessStandardsAndRegulations'
|
this.$router.push({
|
||||||
})
|
name: 'AccessStandardsAndRegulations'
|
||||||
}else {
|
})
|
||||||
|
} else {
|
||||||
this.$message.error('已存在此国家/地区清单,修改失败')
|
this.$message.error('已存在此国家/地区清单,修改失败')
|
||||||
}
|
}
|
||||||
}, e => {
|
}, e => {
|
||||||
|
|||||||
+451
-417
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user