[update 标准解读流程] 分发节点校验调整
This commit is contained in:
+2
-2
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user