cy
2023-11-30 979781f4b84a54f64b65d7b1c5ea961fc590a113
admin-web/src/views/systemSetting/dict/index.vue
@@ -128,12 +128,13 @@
<script>
import myTree from '@/components/myTree/index';
import { listType, getType, delType, addType, updateType, refreshCache } from "@/api/system/dict/type";
import {addType, delType, getType, listType, refreshCache, updateType} from "@/api/system/dict/type";
import * as DateFormatter from "@/utils/DateFormatter";
import MyTableV2 from "@/components/myTable/myTableV2";
import SettingIplatform from '@/utils/settingIplatform';
import items from './items'
import * as finsystenant from '@/api/baseSetting/finsystenant';
export default {
  name: "Dict",
  components: { MyTableV2, myTree },