flat: 添加校验等

This commit is contained in:
Apcallover
2024-06-05 21:24:49 +08:00
parent f3b4787c2d
commit e551396f83
6 changed files with 44 additions and 4 deletions

View File

@@ -733,6 +733,7 @@ export default {
return talentsApproval(params);
})
.then(() => {
this.initDept();
this.onLoad(this.page, this.query);
this.dialogFlag = false
this.$message.success('操作成功');
@@ -760,6 +761,7 @@ export default {
return talentsApproval(params);
})
.then(() => {
this.initDept();
this.onLoad(this.page, this.query);
this.dialogFlag = false
this.$message.success('操作成功');