1.0.0 • Published 8 months ago

reactplus-qm-j v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

##ImgForm

引用

import ImgForm from 'reactplus'

代码

<ImgForm 
    axios={axios}
    postUrl={`${env.baseUrl}/api-dev/ppmw-msa-tcr/File/uploadFile`} fileLists={fileLists2} type={type} 
                    labelWidth={"110px"} textAlign={"right"} isRequired={true}
                    onSetPic={(changedValues) => this.onSetPic2(changedValues)}></ImgForm>
 
       

参数说明 axios:axios postUrl:附件上传地址 fileLists:附件回显(初始化)内容 type: 表单状态 add、edit、show labelWidth: label宽度 labelValue: label内容 isRequired: 是否显示* onSetPic: 数据回传 maxCount: 限制上传数量。当为 1 时,始终用最新上传的文件代替当前文件

1.0.0

8 months ago