dengrui 1 місяць тому
батько
коміт
9b51215210
1 змінених файлів з 3 додано та 1 видалено
  1. 3 1
      src/views/report/statistics/screens/line/index.vue

+ 3 - 1
src/views/report/statistics/screens/line/index.vue

@@ -271,7 +271,9 @@ const getRateArray = async () => {
 const deviceArray = ref([]);
 //获取设备列表
 const getDevice = async () => {
-  const { data } = await getDeviceList();
+  const { data } = await getDeviceList({
+    deviceTypes: ["DDLSD", "WXDJC", "WKDLT"],
+  });
   deviceArray.value = data;
   nextTick(() => {
     ShowScrollRef2.value.setActive();