Commit 4d76c138 authored by zhanglw's avatar zhanglw

前台企业营业执照上传

parent e1ffa92a
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</el-dialog> </el-dialog>
<el-upload <el-upload
ref="uploadCom" ref="uploadCom"
action="/api/bsw/users/updateBusinessLicense" action="/api/bsw/users/uploadBusinessLicense"
name="businessLicense" name="businessLicense"
list-type="picture-card" list-type="picture-card"
:headers="uploadHeaders" :headers="uploadHeaders"
......
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
</el-form> </el-form>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<el-button @click="cancelView">返回</el-button> <el-button @click="cancelView">返回</el-button>
<!-- <el-button type="success" @click="submitForm()">保存</el-button>--> <!-- <el-button type="success" @click="submitForm()">保存</el-button>-->
<el-button type="primary" @click="submitForm()">提交</el-button> <el-button type="primary" @click="submitForm()">提交</el-button>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment