wenhongquan 2 년 전
부모
커밋
d71d291f44

+ 1 - 1
src/views/detection/list/index.vue

@@ -907,7 +907,7 @@ const deltask = (row) => {
 };
 
 {
-  listFacilities({pageSize:1000}).then((res) => {
+  listFacilities({pageSize:2300}).then((res) => {
     alldevices.value = res.rows.map((i) => {
       i.ext1 = JSON.parse(i.ext1);
       return i;

+ 1 - 1
src/views/maintain/list/index.vue

@@ -737,7 +737,7 @@ function setdatakey(dept) {
 onMounted(() => { });
 
 {
-  listFacilities({ pageSize:1000 }).then((res) => {
+  listFacilities({ pageSize:2300 }).then((res) => {
     alldevices.value = res.rows.map((i) => {
       i.ext1 = JSON.parse(i.ext1);
       return i;

+ 1 - 1
src/views/mb/detection/index.vue

@@ -133,7 +133,7 @@ const option2 = computed(() => {
   );
 });
 const alldevices = ref([]);
-listFacilities().then((res) => {
+listFacilities({ pageSize: 2300 }).then((res) => {
   alldevices.value = res.rows.map((i) => {
       i.ext1 = JSON.parse(i.ext1);
       return i;

+ 1 - 1
src/views/mb/maintain/index.vue

@@ -134,7 +134,7 @@ const option2 = computed(() => {
   );
 });
 const alldevices = ref([]);
-listFacilities().then((res) => {
+listFacilities({ pageSize: 2300 }).then((res) => {
   alldevices.value = res.rows.map((i) => {
       i.ext1 = JSON.parse(i.ext1);
       return i;

+ 1 - 1
src/views/system/facilities/index.vue

@@ -207,7 +207,7 @@
       <el-table-column label="检查井(座)" align="center" prop="ext1.tz_ss_data_jing" />
       <el-table-column label="雨水口(座)" align="center" prop="ext1.tz_ss_data_ysk" />
       <el-table-column label="排河口(座)" align="center" prop="ext1.tz_pfk" />
-      <el-table-column label="流域名称" align="center" width="200" prop="ext1.tz_ss_dn" />
+      <el-table-column label="流域名称" align="center" width="200" prop="ext1.tz_gwly" />
       <el-table-column label="备注" align="center" width="200" prop="ext1.tz_ss_more" />