[功能优化](dev):

- 提示语修改
dev^2
huangyuxuan 2025-03-12 14:17:11 +08:00
parent 9345a55574
commit 930188299f
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ export default {
).then((data) => {
this.$message({
message: data.msg,
type: data.result === 'success' ? 'error' : 'success'
type: data.result === 'success' ? 'success' : 'error'
})
this.getList()
this.dialogFormDaoru = false