duy 1 жил өмнө
parent
commit
822836e4a3

+ 1 - 1
src/views/manager/contractinfo/detail.vue

@@ -1706,7 +1706,7 @@ export default {
 
     //#region 合同段信息
     async treeAllConstruction() {
-      const {data: res} = await treeAllConstruction({projectId: this.$route.query.pid})
+      const {data: res} = await treeAllConstruction({projectId: this.$route.query.pid,contractType:this.contractForm.contractType})
       console.log(res);
       if (res.code == 200) {
         this.checkList = res.data