diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue index 0e535e5b0..5013827b8 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue @@ -1304,6 +1304,7 @@ export default { }, res => { if (res.ok) { this.isNext = true + this.$message.success('修改成功') this.$router.push({ name: 'AccessStandardsAndRegulations' })