From 6944ffb06e8c24719ac82602d748b88a7e3c1b1c Mon Sep 17 00:00:00 2001 From: zhouxy Date: Thu, 8 Jan 2026 11:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=A1=B5=E9=9D=A2=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E6=9F=A5=E8=AF=A2=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/abnormal/agriculture/inclusion/List.vue | 5 +++-- src/views/abnormal/individual/mark/List.vue | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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)