From a55cf914338830e1454a5d8f4dabe03491e4b9c2 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Wed, 8 Jun 2022 18:35:42 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20-=E8=B0=83=E6=95=B4=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E6=9D=A5=E6=AC=BE=E7=9A=84=E5=89=8D=E7=AB=AF=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arriveAndInvoicing/modules/PreComeModule.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/financialManagement/arriveAndInvoicing/modules/PreComeModule.vue b/src/views/financialManagement/arriveAndInvoicing/modules/PreComeModule.vue index 35a843d..bd823ae 100644 --- a/src/views/financialManagement/arriveAndInvoicing/modules/PreComeModule.vue +++ b/src/views/financialManagement/arriveAndInvoicing/modules/PreComeModule.vue @@ -87,9 +87,6 @@ export default { // 通过record 的id 去获取当前项目的确认来款数据 this.getInfoById(record.id) this.visible = true - this.$nextTick(() => { - this.form.setFieldsValue(pick(this.model, 'amountReceived', 'paymentDate', 'remark')) - }) }, edit(record) { this.model = Object.assign({}, record)