企业查询

dev-2.0-mkmj
Shan Ao 2025-08-29 17:18:04 +08:00
parent 2da16be46d
commit 1ac47187b2
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
<u-upload class="mt-10"
multiple
:fileList="form.vehicleImgFiles"
:maxCount="2"
:maxCount="10"
:preview-full-image="true"
@afterRead="fnAfterRead($event, 'vehicleImgFiles')"
@delete="fnDeletePic($event, 'vehicleImgFiles')"
@ -264,7 +264,7 @@ export default {
}
},
async getCorpInfoList() {
const resData = await getCorpInfoList()
const resData = await getCorpInfoList({ TYPES: [0, 2] })
this.corpInfoList = resData.list.corpInfoDos
},
async getUserList(corpinfoId) {