zhengyiming
6 天以前 675e9d9e998412c0777427d36124e340463bb56f
src/views/DictionaryManage/SearchSetting.vue
@@ -77,7 +77,6 @@
  FieldRadio,
} from '@bole-core/components';
import { useAccess } from '@/hooks';
import * as searchSettingServices from '@/services/api/SearchSetting';
import {
  SearchType,
  SearchTypeText,
@@ -89,7 +88,6 @@
import AddOrEditSearchSetting from './components/AddOrEditSearchSetting.vue';
import { convertApi2FormUrl } from '@/utils';
import { useQueryClient } from '@tanstack/vue-query';
import { useSearchSettingType } from '@/hooks';
defineOptions({
  name: 'SearchSetting',
@@ -107,9 +105,7 @@
  loading: true,
};
const queryClient = useQueryClient();
const { searchSettingTypeList: typeList } = useSearchSettingType({
  searchType: SearchType.IndustryCategory,
});
const typeList = ref([]);
const state = reactive({ ...BaseState });
onMounted(async () => {