[update] -调整确认来款的前端功能
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user