瀏覽代碼

代码提交

cxs 4 月之前
父節點
當前提交
959ce26bb8
共有 2 個文件被更改,包括 676 次插入251 次删除
  1. 673 251
      src/views/alarm/gis/index.vue
  2. 3 0
      src/views/query/qualityAudits/index.vue

文件差異過大導致無法顯示
+ 673 - 251
src/views/alarm/gis/index.vue


+ 3 - 0
src/views/query/qualityAudits/index.vue

@@ -117,6 +117,8 @@ const changeMultiTime = (time) => {
     // 重置表头
     columns.value = generateColumns(today.getFullYear(),today.getMonth()+1)
   }
+
+  getList()
 };
 
 //搜索站号
@@ -129,6 +131,7 @@ const selectedItems =(data)=>{
     pageable.value.as_code_list = firstPlatform.value
     selectedData.value = firstPlatform.value
   }
+  getList()
 };
 
 

部分文件因文件數量過多而無法顯示