+
@@ -97,6 +99,7 @@
v-model="loading"
:finished="finished"
finished-text="没有更多了"
+ :immediate-check="false"
@load="getList"
>
@@ -120,7 +123,8 @@
-

+

+
@@ -138,6 +142,8 @@
},
data() {
return {
+ height:'',
+ showHead:true,
activeKey: 0,
active: 0,
loading: false,
@@ -190,6 +196,9 @@
this.deptOptions = res.data;
this.query.serviceDeptId = res.data[0].value;
this.deptName = res.data[0].label;
+ this.supplyDemandListYes = [];
+ this.supplyDemandList = [];
+ this.getList()
}
})
},
@@ -268,6 +277,14 @@
this.supplyDemandListYes = [];
this.getList();
},
+ pcOpen(){
+ this.showHead = false;
+ this.height = '88.3vh';
+ },
+ pcClose(){
+ this.showHead = true;
+ this.height = '';
+ },
},
}
diff --git a/src/views/agriculturalTrusteeship/index.vue b/src/views/agriculturalTrusteeship/index.vue
index 0f9f63cd..def2fe6a 100644
--- a/src/views/agriculturalTrusteeship/index.vue
+++ b/src/views/agriculturalTrusteeship/index.vue
@@ -1,53 +1,55 @@
-
-