去掉页面多余查询方法

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 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)

View File

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