yusheng hace 2 semanas
padre
commit
f710ebc52e
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/views/equipmentOperationMonitoring/index.vue

+ 1 - 2
src/views/equipmentOperationMonitoring/index.vue

@@ -233,7 +233,6 @@
   import { businessStatus } from '@/utils/dict/warehouse';
   import DeptSelect from '@/components/CommomSelect/dept-selectNew.vue';
   import { component } from 'vue-fullscreen';
-  import { getAssetList } from '@/api/ledgerAssets';
   export default {
     mixins: [dictMixins, tableColumnsMixin],
     components: { DeptSelect, VueFullscreen: component },
@@ -347,7 +346,7 @@
             this.$refs.cardView.scrollTop = 0;
           }
         }
-        getAssetList({
+        querySubstanceRunningMonitor({
           pageNum: this.pageNum,
           size: 20,
           categoryLevelId: this.categoryLevelId,