Przeglądaj źródła

增加参数contractType

duy 1 rok temu
rodzic
commit
822836e4a3
1 zmienionych plików z 1 dodań i 1 usunięć
  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