diff --git a/apps/web-antd/src/views/bpm/processInstance/create/index.vue b/apps/web-antd/src/views/bpm/processInstance/create/index.vue index c4cefbbfc..691cf0bbb 100644 --- a/apps/web-antd/src/views/bpm/processInstance/create/index.vue +++ b/apps/web-antd/src/views/bpm/processInstance/create/index.vue @@ -284,6 +284,17 @@ onMounted(() => { diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/property.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/property.vue index 4f4702812..835434341 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/property.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/hot-zone/property.vue @@ -4,7 +4,6 @@ import type { HotZoneProperty } from './config'; import { ref } from 'vue'; import { useVModel } from '@vueuse/core'; - import { Button, Form, FormItem, Typography } from 'ant-design-vue'; import UploadImg from '#/components/upload/image-upload.vue'; @@ -30,7 +29,12 @@ const handleOpenEditDialog = () => {