fix: 废弃接口注释

pull/73/head
刘释隆 1 year ago
parent 2d30d56ebf
commit dab66f78ee

@ -108,12 +108,12 @@ export const useDictionaryStore = defineStore({
}, },
actions: { actions: {
initData(){ initData(){
this.fetchRegionList(); // this.fetchRegionList(); //废弃
this.fetchPictureTypeList(); this.fetchPictureTypeList();
this.fetchPersionList(); this.fetchPersionList();
this.fetchPlanList(); this.fetchPlanList();
this.fetchTFList(); this.fetchTFList();
this.fetchIzShowList(); // this.fetchIzShowList(); //废弃
this.fetchIzProjectList(); this.fetchIzProjectList();
this.fetchIztaskrromList(); this.fetchIztaskrromList();
this.fetchIztaskstatusList(); this.fetchIztaskstatusList();

@ -184,8 +184,6 @@ async function getColumns() {
const useList = res.data const useList = res.data
const userFieldFixed = useList.userFieldFixed?.split(',') const userFieldFixed = useList.userFieldFixed?.split(',')
const userFieldUnFixed = useList.userFieldUnFixed?.split(',') const userFieldUnFixed = useList.userFieldUnFixed?.split(',')
console.log(userFieldFixed, userFieldUnFixed, 'userFieldUnFixed')
console.log(allList, 'allList')
allList?.map((v) => { allList?.map((v) => {
if (!userFieldFixed?.length && !userFieldUnFixed?.length) { if (!userFieldFixed?.length && !userFieldUnFixed?.length) {
if (v.isrequired == 2) { if (v.isrequired == 2) {

Loading…
Cancel
Save