diff --git a/src/views/abnormal/agriculture/inclusion/List.vue b/src/views/abnormal/agriculture/inclusion/List.vue index 0c648a8..4f3f267 100644 --- a/src/views/abnormal/agriculture/inclusion/List.vue +++ b/src/views/abnormal/agriculture/inclusion/List.vue @@ -341,12 +341,13 @@ import searchHeader from '@/components/searchHeader' import pageSelector from '@/components/PageSelector' import { commonPage } from '@/api/company' -import { saveAbnormalAccept, getRegulatory, validateBiz, saveBatchAbnListAccept, saveBatchAbnListAcceptByNB, removeClue, saveIvdAccept, saveAcceptBatch } from '@/api/abnormal' +import { saveAbnormalAccept, getRegulatory, validateBiz, saveBatchAbnListAcceptByNB, saveIvdAccept, saveAcceptBatch } from '@/api/abnormal' import { getConstant, getOrgTreeList } from '@/api/system' import { getBasePage } from '@/api/entBase' import FakeProgress from '@/components/FakeProgress' export default { components: { + // eslint-disable-next-line vue/no-unused-components pageSelector: pageSelector, searchHeader, FakeProgress @@ -419,7 +420,7 @@ export default { } }, mounted() { - this.getbustypeOptions() + // this.getbustypeOptions() this.getOrgOptions() // this.loadPage() window.addEventListener('scroll', this.handleScroll, true) diff --git a/src/views/abnormal/individual/mark/List.vue b/src/views/abnormal/individual/mark/List.vue index 9333b4d..cfbacf5 100644 --- a/src/views/abnormal/individual/mark/List.vue +++ b/src/views/abnormal/individual/mark/List.vue @@ -430,7 +430,7 @@ export default { } }, mounted() { - this.getbustypeOptions() + // this.getbustypeOptions() this.getOrgOptions() // this.loadPage() window.addEventListener('scroll', this.handleScroll, true)