2 Commits bd7f49d4e0 ... 7f3deb31db

Author SHA1 Message Date
  lxh 7f3deb31db Merge branch 'master' of http://182.92.126.35:3000/hrx/mky-vent-base 1 week ago
  lxh b38b1d8677 瓦斯上报地点修改 1 week ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/vent/gas/gasReport/index.vue

+ 1 - 1
src/views/vent/gas/gasReport/index.vue

@@ -147,7 +147,7 @@
   }
   //获取安装位置下拉选项
   async function getSelectList() {
-    let res = await getGasAddressList({ devicekind: 'gasDayReport' });
+    let res = await getGasAddressList({ coalseam: '', devicekind: 'gasDayReport'  });
     console.log(res, '区队下拉选项--------');
     qdList.length = 0;
     addressList.length = 0;