供应商列表接口对接2

This commit is contained in:
zzyuan 2025-07-01 15:14:48 +08:00
parent aaf5ee94d7
commit 718e0394de
1 changed files with 5 additions and 0 deletions

View File

@ -661,6 +661,11 @@ export default {
this.idCardImgF=[]
}
this.form = Object.assign({}, row)
let arr = ['2']
this.form.categoryModelList.forEach(item=>{
arr.push(item.categoryId)
})
this.$set(this.form,"categoryIdList",arr)
this.form.mainQualificationList.forEach(item=>{
if(item.imgUrl&&item.imgUrl!=''){
item.fileList = [{url:item.imgUrl}]