src/views/supplierManage/supplier/index.vue
@@ -422,9 +422,9 @@ this.getProductList() }, // 详情 selCommonClick(row) { getPurchaseList({pageSize:10,page:1,supplierId:row.ID}).then((res)=>{ this.commonDetail.productListInfo=res.data.data.list async selCommonClick(row) { await getPurchaseList({pageSize:10,page:1,supplierId:row.ID}).then((res)=>{ this.commonDetail.productListInfo=res.data.list }) this.commonDetail.visible = true this.commonDetail.infomation = { ...row }