@@ -264,7 +339,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/views/base/mobile/evaManeager/index.vue b/src/views/base/mobile/evaManeager/index.vue
index a8ceecbb..8438581f 100644
--- a/src/views/base/mobile/evaManeager/index.vue
+++ b/src/views/base/mobile/evaManeager/index.vue
@@ -1,7 +1,7 @@
-
-
+
+
+
-
+
-
+
-
+
-
-
+
+
+
@@ -477,13 +477,14 @@
},
created() {
this.getAreaTreeData();
- if(this.activeName=='1'){
- this.getList();
- }else if(this.activeName=='2'){
- this.getList2();
- }else if(this.activeName=='2'){
- this.getList3();
- }
+ // if(this.activeName=='1'){
+ // this.getList();
+ // }else if(this.activeName=='2'){
+ // this.getList2();
+ // }else if(this.activeName=='2'){
+ // this.getList3();
+ // }
+ this.getList2();
},
methods: {
//区域树
@@ -660,7 +661,7 @@
size: this.queryParams2.pageSize,
}
getCanteenEvaluatePageApi(param).then(response => {
- this.tableListData2 = response.records;
+ this.tableListData2 = response.rows;
this.total2 = Number(response.total);
this.loading = false;
});