|
@@ -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_?.()
|
|
|
})
|