修改清单的提示

This commit is contained in:
yanyizhou
2021-08-20 10:09:34 +08:00
parent 4d7e95ed64
commit 05fc5466f2
2 changed files with 456 additions and 421 deletions
@@ -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 => {
File diff suppressed because it is too large Load Diff