@@ -34,6 +34,7 @@ import Uploader from '@/components/uploader/Uploader.vue'
import { type FormRules } from 'element-plus'
import AFormPanel from '@/components/a-form-panel/AFormPanel.vue'
import { bizType } from '@/pages/gds/goods-category/constants.ts'
+import type { ComponentExposed } from 'vue-component-type-helpers'
const props = withDefaults(defineProps<{
research?: () => void
@@ -41,9 +42,9 @@ const props = withDefaults(defineProps<{
research: () => {
},
})
-const formPanelIns = useTemplateRef