临时提交

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

@@ -78,7 +78,10 @@ export default {
data: this.group
}).then((res)=> {
if (res.data.code === 0) {
this.$message.success("保存成功")
this.$message.success({
showClose: true,
message: "保存成功"
})
if (this.submitCallback)this.submitCallback(this.group)
}else {
this.$message({