Browse Source

no message

linwenxin 5 months ago
parent
commit
a3c3cc00f9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/userManagement/masterManagement/index.vue

+ 2 - 2
src/views/userManagement/masterManagement/index.vue

@@ -1251,7 +1251,7 @@ export default {
       }
       this.shenheClose()
       workerManagerExamineWait(this.getPam()).then(res => {
-        this.$message({ type: 'success', message: `保存成功!` })
+        this.$message({ type: 'success', message: `操作成功!` })
         this.$refs.pageRef.refreshList()
         Close_?.()
       })
@@ -1270,7 +1270,7 @@ export default {
       }
       this.shenheClose()
       workerManagerExamine(this.getPam()).then(res => {
-        this.$message({ type: 'success', message: `保存成功!` })
+        this.$message({ type: 'success', message: `操作成功!` })
         this.$refs.pageRef.refreshList()
         Close_?.()
       })