|
@@ -30,7 +30,7 @@
|
|
|
<div class="zj_tip">提示:若三证合一的单位,请在【营业执照】和【组织机构代码证】处<b>同时</b>上传完整的三证合一的营业执照。</div>
|
|
|
<el-form-item label="营业执照(最大支持2M)" class="zhizhao" :required="true">
|
|
|
<el-upload
|
|
|
- action="/files/corp/identity/yyzz/upload"
|
|
|
+ :action="`/files/corp/identity/yyzz_${new Date().getTime()}/upload`"
|
|
|
list-type="picture-card"
|
|
|
:on-preview="handlePictureCardPreview"
|
|
|
:on-remove="handleRemove"
|
|
@@ -43,7 +43,7 @@
|
|
|
</el-form-item>
|
|
|
<el-form-item label="组织机构代码证(最大支持2M)" class="zhizhao" :required="true">
|
|
|
<el-upload
|
|
|
- action="/files/corp/identity/zzjgdm/upload"
|
|
|
+ :action="`/files/corp/identity/zzjgdm_${new Date().getTime()}/upload`"
|
|
|
list-type="picture-card"
|
|
|
:on-preview="handlePictureCardPreview"
|
|
|
:on-remove="handleRemove"
|