|
|
@@ -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,
|