|
@@ -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
|