刘洋 il y a 1 an
Parent
commit
61b203cec3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/report/device-analysis/index.vue

+ 1 - 1
src/views/report/device-analysis/index.vue

@@ -96,7 +96,7 @@ const statusMap = {
   ISOUT: '占用',
   BREAK_DOWN: '故障',
 };
-supplierListApi().then((res) => {
+supplierListApi({ type: 'DEVICE' }).then((res) => {
   supplierList.value = res || [];
   res?.length && (supplierId.value = res[0].id);
 });