diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue index adf2c47..ce20c18 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue @@ -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 }