[bug] 收入合同关联项目刷新已收金额

This commit is contained in:
zhaoxiao
2021-11-02 16:25:14 +08:00
parent a079a0b333
commit 93ad7e49b0
@@ -808,7 +808,7 @@ export default {
this.$refs.projectTypeSelection.open()
},
/**
* 项目类型选择回调,动态传入表头数据
* 项目类型选择
* @param type
*/
selectProjectTypeOk(type) {
@@ -872,6 +872,7 @@ export default {
* 项目选中回调
*/
selectProjectOk() {
this.edit(this.model.id)
this.$refs.associatedProject.loadAssociatedProject()
},
/**