YY 2 년 전
부모
커밋
f10d7c8822
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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'