修复附件不能预览的问题

This commit is contained in:
yangjun 2025-07-11 10:07:45 +08:00
parent 6c34662e5a
commit bbf7e9872e
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ import { saveOrUpdate } from '../WorkOrder.api';
import { Form } from 'ant-design-vue';
import JFormContainer from '/@/components/Form/src/container/JFormContainer.vue';
import JDictSelectTag from '/@/components/Form/src/jeecg/components/JDictSelectTag.vue';
import JUpload from '/@/components/Form/src/jeecg/components/JUpload/JUpload.vue';
const props = defineProps({
formDisabled: { type: Boolean, default: false },