刘洋 1 年之前
父節點
當前提交
61b203cec3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
 });