bug 78126

This commit is contained in:
赵霄
2023-11-02 16:29:01 +08:00
parent 155070f90e
commit e3bca397fb
@@ -401,6 +401,7 @@ export default {
if (res.success) {
this.$message.success(res.message)
this.$emit('ok')
this.close()
} else {
this.$message.warning(res.message)
}