修复附件不能预览的问题
This commit is contained in:
parent
6c34662e5a
commit
bbf7e9872e
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue