提交 bc2275e2 编写于 作者: zcdtk's avatar zcdtk

文件上传参数格式化处理

上级 477bfd3a
<app-mob-file-upload :multiple="false" :formState="formState" :ignorefieldvaluechange="ignorefieldvaluechange" @formitemvaluechange="onFormItemValueChange" :data="JSON.stringify(this.data)" name='${editor.name}' :value="data.${editor.name}" :disabled="detailsModel.${editor.name}.disabled" uploadparams='${editor.getEditorParam('uploadparams','')}' exportparams='${editor.getEditorParam('exportparams','')}' :customparams="<#if editor.getEditorParam('customparams','') != ''>${editor.getEditorParam('customparams','')}<#else>{}</#if>" style="${editor.getEditorCssStyle()}overflow: auto;"></app-mob-file-upload>
\ No newline at end of file
<app-mob-file-upload
:multiple="false"
:formState="formState"
:ignorefieldvaluechange="ignorefieldvaluechange"
@formitemvaluechange="onFormItemValueChange"
:data="JSON.stringify(this.data)"
name='${editor.name}'
:value="data.${editor.name}"
:disabled="detailsModel.${editor.name}.disabled"
UPLOADPARAMS="<#if editor.getEditorParam('UPLOADPARAMS','') != ''>${editor.getEditorParam('UPLOADPARAMS','')}<#else>{}</#if>"
EXPORTPARAMS="<#if editor.getEditorParam('EXPORTPARAMS','') != ''>${editor.getEditorParam('EXPORTPARAMS','')}<#else>{}</#if>"
style="${editor.getEditorCssStyle()}overflow: auto;">
</app-mob-file-upload>
\ No newline at end of file
<app-mob-file-upload :multiple="true" :formState="formState" :ignorefieldvaluechange="ignorefieldvaluechange" @formitemvaluechange="onFormItemValueChange" :data="JSON.stringify(this.data)" name='${editor.name}' :value="data.${editor.name}" :disabled="detailsModel.${editor.name}.disabled" uploadparams='${editor.getEditorParam('uploadparams','')}' exportparams='${editor.getEditorParam('exportparams','')}' :customparams="<#if editor.getEditorParam('customparams','') != ''>${editor.getEditorParam('customparams','')}<#else>{}</#if>" style="${editor.getEditorCssStyle()}overflow: auto;"></app-mob-file-upload>
\ No newline at end of file
<app-mob-file-upload
:multiple="true"
:formState="formState"
:ignorefieldvaluechange="ignorefieldvaluechange"
@formitemvaluechange="onFormItemValueChange"
:data="JSON.stringify(this.data)"
name='${editor.name}'
:value="data.${editor.name}"
:disabled="detailsModel.${editor.name}.disabled"
UPLOADPARAMS="<#if editor.getEditorParam('UPLOADPARAMS','') != ''>${editor.getEditorParam('UPLOADPARAMS','')}<#else>{}</#if>"
EXPORTPARAMS="<#if editor.getEditorParam('EXPORTPARAMS','') != ''>${editor.getEditorParam('EXPORTPARAMS','')}<#else>{}</#if>"
style="${editor.getEditorCssStyle()}overflow: auto;">
</app-mob-file-upload>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册