[update 标准解读流程] 分发节点校验调整

This commit is contained in:
danshihao
2024-07-18 19:03:11 +08:00
parent e6acccee3d
commit 32277a1c76
@@ -279,8 +279,8 @@ export default {
this.$message.warn(this.$t('workCenter.standardInterpretationProcess.pleaseSelectInterpreter'))
obj._flag = true
}
// 不分发时,校验增加的表单(上面没有校验失败的 && 选择的不分发)
if (!obj._flag && !this.isDistribute) {
// 不分发时,校验增加的表单
if (!this.isDistribute) {
// 有数据且不分发时校验用户表单
const userFormObj = await this.validateFormPromise(this.userForm)
if (userFormObj.err) { obj._flag = true }