|
|
@ -1,6 +1,6 @@
|
|
|
|
import { defineStore } from 'pinia'
|
|
|
|
import { getBackList, getBusinessList, getIzShowList, getPictureTypeList, getRegionList, getRejectList, getRelationTypeList, getTFList, getizApprovalStatusList, getizstatusList } from '@/api/dictionary'
|
|
|
|
import { store } from '@/store'
|
|
|
|
import { store } from '@/store'
|
|
|
|
import { getBackList, getBusinessList, getIzShowList, getIztaskstatusList, getPictureTypeList, getRegionList, getRejectList, getRelationTypeList, getTFList, getizstatusList, getizApprovalStatusList } from '@/api/dictionary'
|
|
|
|
import { defineStore } from 'pinia'
|
|
|
|
|
|
|
|
|
|
|
|
export interface DictionaryState {
|
|
|
|
export interface DictionaryState {
|
|
|
|
regionList: any
|
|
|
|
regionList: any
|
|
|
@ -76,7 +76,8 @@ export const useDictionaryStore = defineStore({
|
|
|
|
return state.iztaskrromList
|
|
|
|
return state.iztaskrromList
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getiztaskstatus: (state) => {
|
|
|
|
getiztaskstatus: (state) => {
|
|
|
|
return state.iztaskstatusList
|
|
|
|
// return state.iztaskstatusList
|
|
|
|
|
|
|
|
return state.izstatusList
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getizvisitpro: (state) => {
|
|
|
|
getizvisitpro: (state) => {
|
|
|
|
return state.izvisitproList
|
|
|
|
return state.izvisitproList
|
|
|
|