lxh 5 tháng trước cách đây
mục cha
commit
3720b71cf6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/vent/gas/gasReport/index.vue

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

@@ -126,7 +126,7 @@ async function getSelectList() {
     addressList.length = 0
     if (res.length != 0) {
         res.forEach(el => {
-            qdList.push({ label: el.devgroup_dictText, value: el.devgroup })
+            qdList.push({ label: el.devgroup_dictText, value: el.devgroup_dictText })
             addressList.push({ label: el.strinstallpos, value: el.strinstallpos })
         })
         qdList = uniqueObjectsArray(qdList)