去掉页面多余查询方法

This commit is contained in:
zhouxy 2026-01-08 11:23:12 +08:00
parent fae3338db0
commit 6944ffb06e
2 changed files with 4 additions and 3 deletions

View File

@ -341,12 +341,13 @@
import searchHeader from '@/components/searchHeader' import searchHeader from '@/components/searchHeader'
import pageSelector from '@/components/PageSelector' import pageSelector from '@/components/PageSelector'
import { commonPage } from '@/api/company' 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 { getConstant, getOrgTreeList } from '@/api/system'
import { getBasePage } from '@/api/entBase' import { getBasePage } from '@/api/entBase'
import FakeProgress from '@/components/FakeProgress' import FakeProgress from '@/components/FakeProgress'
export default { export default {
components: { components: {
// eslint-disable-next-line vue/no-unused-components
pageSelector: pageSelector, pageSelector: pageSelector,
searchHeader, searchHeader,
FakeProgress FakeProgress
@ -419,7 +420,7 @@ export default {
} }
}, },
mounted() { mounted() {
this.getbustypeOptions() // this.getbustypeOptions()
this.getOrgOptions() this.getOrgOptions()
// this.loadPage() // this.loadPage()
window.addEventListener('scroll', this.handleScroll, true) window.addEventListener('scroll', this.handleScroll, true)

View File

@ -430,7 +430,7 @@ export default {
} }
}, },
mounted() { mounted() {
this.getbustypeOptions() // this.getbustypeOptions()
this.getOrgOptions() this.getOrgOptions()
// this.loadPage() // this.loadPage()
window.addEventListener('scroll', this.handleScroll, true) window.addEventListener('scroll', this.handleScroll, true)