Преглед изворни кода

修复上传附件组件允许文件类型配置丢失bug

zhonghuizhen пре 1 година
родитељ
комит
eb932a0955

+ 1 - 1
src/business/platform/form/formbuilder/right-aside/editors/editor-field-attachment.vue

@@ -89,7 +89,7 @@ export default {
       fileTypeOptions,
       fileStoreOptions,
       uploadTypeOptions,
-      media: ''
+      media: this.fieldItem.field_options.media
     }
   },
   computed: {