[update] 新法规导入流程和市场清单发布流程加签完成刷新人员信息
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
+5
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user