From 3818ed2497477a58e895a7feb2077a9a1ffcb6aa Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 8 Aug 2024 20:01:27 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E8=A7=A3=E8=AF=BB=E6=B5=81=E7=A8=8B]?= =?UTF-8?q?=20=E4=B8=BB=E8=A7=A3=E8=AF=BB=E4=BA=BA=E5=88=86=E5=8F=91-?= =?UTF-8?q?=E4=B8=8D=E5=88=86=E5=8F=91-=E4=B8=8B=E4=B8=80=E6=AD=A5?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=9B=9E=E6=98=BE=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InterpretationMainInterpreterDistribute.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue index e3a39e4..580116b 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue @@ -352,6 +352,9 @@ export default { this.isNextStep = true this.$nextTick(() => { this.$refs.interpretationClauseTable.setData(this.clauseDataSource) + if (!this.isDistribute) { + this.userForm.setFieldsValue(this.formInline) + } }) } })