供应商列表接口对接2
This commit is contained in:
parent
aaf5ee94d7
commit
718e0394de
|
|
@ -661,6 +661,11 @@ export default {
|
||||||
this.idCardImgF=[]
|
this.idCardImgF=[]
|
||||||
}
|
}
|
||||||
this.form = Object.assign({}, row)
|
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=>{
|
this.form.mainQualificationList.forEach(item=>{
|
||||||
if(item.imgUrl&&item.imgUrl!=''){
|
if(item.imgUrl&&item.imgUrl!=''){
|
||||||
item.fileList = [{url:item.imgUrl}]
|
item.fileList = [{url:item.imgUrl}]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue