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)