Browse Source

增加参数contractType

duy 1 year ago
parent
commit
822836e4a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/manager/contractinfo/detail.vue

+ 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