src/views/productManage/product/index.vue
@@ -311,7 +311,7 @@ this.editConfig.autoEdit = true this.editConfig.title = "编辑" let imageSrc = row.attachmentList?.length > 0 ? row.attachmentList[0].FileUrl : "" this.editConfig.infomation = { ...row, imageSrc: imageSrc } this.editConfig.infomation = { ...row, imageSrc: imageSrc,moreUnitList:row.moreUnitList?row.moreUnitList:[] } this.editConfig.visible = true }, // 切换列表展现形式