This commit is contained in:
zhangyanan 2025-10-14 17:43:03 +08:00
parent 9414356df1
commit f5d7d1bf49
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
this.$emit('ok', values)
this.handleCancel()
} else {
this.$message.error('新增失败')// + res.message
this.$message.error('新增失败' + res.message)// + res.message
}
}).finally((res) => {
this.confirmLoading = false

View File

@ -80,7 +80,7 @@
this.$emit('ok', values)
this.handleCancel()
} else {
this.$message.error('编辑失败')// + res.message
this.$message.error('编辑失败' + res.message)// + res.message
}
}).finally((res) => {
this.confirmLoading = false