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

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

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('操作成功');

View File

@@ -414,7 +414,7 @@ export default {
onLoad(page, params = {}) {
const {releaseTimeRange} = params;
let paramsed = {
currentPage: page.currentPage,
current: page.currentPage,
pageSize: page.pageSize,
...this.query
};