企业查询
parent
2da16be46d
commit
1ac47187b2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue