临时提交

This commit is contained in:
648540858
2024-08-26 17:59:29 +08:00
parent c45bf5d6af
commit b2b7426871
16 changed files with 378 additions and 98 deletions

View File

@@ -84,7 +84,10 @@ export default {
this.callback(res.data.data)
this.close()
}else {
this.$message.error(res.data.msg);
this.$message.error({
showClose: true,
message: res.data.msg,
});
}
}