Explorar o código

增加参数contractType

duy hai 1 ano
pai
achega
822836e4a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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