From b73a97501cb56bd57dd996e8f5a51c8575a1a4c9 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Wed, 24 Apr 2024 23:34:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8A=B6=E6=80=81=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/dictonary.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/store/modules/dictonary.ts b/src/store/modules/dictonary.ts index 9a1aeb0..4ab23ad 100644 --- a/src/store/modules/dictonary.ts +++ b/src/store/modules/dictonary.ts @@ -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 { getBackList, getBusinessList, getIzShowList, getIztaskstatusList, getPictureTypeList, getRegionList, getRejectList, getRelationTypeList, getTFList, getizstatusList, getizApprovalStatusList } from '@/api/dictionary' +import { defineStore } from 'pinia' export interface DictionaryState { regionList: any @@ -76,7 +76,8 @@ export const useDictionaryStore = defineStore({ return state.iztaskrromList }, getiztaskstatus: (state) => { - return state.iztaskstatusList + // return state.iztaskstatusList + return state.izstatusList }, getizvisitpro: (state) => { return state.izvisitproList