Browse Source

2024-12-25

cmy 10 months ago
parent
commit
aea1b6a4fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Staff/salesman/components/Write.vue

+ 1 - 1
src/views/Staff/salesman/components/Write.vue

@@ -4,7 +4,7 @@ import { useForm } from '@/hooks/web/useForm'
 import { PropType, watch, ref, onMounted, unref } from 'vue'
 import { useValidator } from '@/hooks/web/useValidator'
 import { cloneDeep } from 'lodash-es'
-import { ElInputTag, ElAutocomplete } from 'element-plus'
+import { ElAutocomplete } from 'element-plus'
 import { getMapSearch } from '@/api/system/admin'
 import { UpImgButtom } from '@/components/UpFile'
 import { mapAddressData } from '@/api/system/admin/types'