[update] 新法规导入流程和市场清单发布流程加签完成刷新人员信息

This commit is contained in:
lideqin
2024-07-16 11:11:02 +08:00
parent 56ad59dea8
commit ec3dfd1167
2 changed files with 10 additions and 0 deletions
@@ -551,6 +551,11 @@ export default {
processAddSign(param).then(res => {
if (res.success) {
this.$message.success(res.message)
// 加签完成更新人员信息
this.getPersonInfoStructure(ProcessKey.MARKET_LIST_RELEASE.value, () => {
// 人员信息都不可选择
this.initPersonInfoData(false)
})
} else {
this.$message.warning(res.message)
}
@@ -470,6 +470,11 @@ export default {
processAddSign(param).then(res => {
if (res.success) {
this.$message.success(res.message)
// 加签完成更新人员信息
this.getPersonInfoStructure(ProcessKey.NEW_REGULATIONS_IMPORT.value, () => {
// 人员信息都不可选择
this.initPersonInfoData(false)
})
} else {
this.$message.warning(res.message)
}