修改清单的提示

This commit is contained in:
yanyizhou
2021-08-20 10:02:43 +08:00
parent 47237dc917
commit 4d7e95ed64
@@ -1304,6 +1304,7 @@ export default {
}, res => {
if (res.ok) {
this.isNext = true
this.$message.success('修改成功')
this.$router.push({
name: 'AccessStandardsAndRegulations'
})