YY há 2 anos atrás
pai
commit
f10d7c8822
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      src/views/system/dict/detail.vue
  2. 1 1
      src/views/system/dict/index.vue

+ 1 - 1
src/views/system/dict/detail.vue

@@ -34,7 +34,7 @@
 </template>
 <script lang="ts" setup>
 import _ from 'lodash'
-import search1 from '../dictionary/parts_two/search-1.vue'
+import search1 from './parts_two/search-1.vue'
 import type { FormRules } from 'element-plus'
 import type { Ref } from 'vue'
 import { ref, onMounted, getCurrentInstance, reactive } from 'vue'

+ 1 - 1
src/views/system/dict/index.vue

@@ -33,7 +33,7 @@
 </template>
 <script lang="ts" setup>
 import _ from 'lodash'
-import search1 from '../dictionary/parts/search-1.vue'
+import search1 from './parts/search-1.vue'
 import type { FormRules } from 'element-plus'
 import type { Ref } from 'vue'
 import { ref, onMounted, getCurrentInstance, reactive } from 'vue'