|
|
@@ -54,6 +54,7 @@
|
|
|
>
|
|
|
<cost-audit
|
|
|
:id="id"
|
|
|
+ ref="costAudit"
|
|
|
:selected-project="selectedProject"
|
|
|
:current-node="currentNode"
|
|
|
:current-status="currentStatus"
|
|
|
@@ -450,6 +451,12 @@
|
|
|
console.log(122)
|
|
|
this.loadCostSurveyList()
|
|
|
}
|
|
|
+ if (tab && tab.name === 'costAudit' && this.id) {
|
|
|
+ // 加载成本审核列表
|
|
|
+ this.$nextTick(() => {
|
|
|
+ this.$refs.costAudit.getDetail()
|
|
|
+ })
|
|
|
+ }
|
|
|
},
|
|
|
async loadSubmitMaterials() {
|
|
|
try {
|