去掉页面多余查询方法
This commit is contained in:
parent
fae3338db0
commit
6944ffb06e
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -430,7 +430,7 @@ export default {
|
|||
}
|
||||
},
|
||||
mounted() {
|
||||
this.getbustypeOptions()
|
||||
// this.getbustypeOptions()
|
||||
this.getOrgOptions()
|
||||
// this.loadPage()
|
||||
window.addEventListener('scroll', this.handleScroll, true)
|
||||
|
|
|
|||
Loading…
Reference in New Issue