fix: 废弃接口注释

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

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

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

Loading…
Cancel
Save