From b0b8b22fc4ac2e76d5e7ab6bc5e6662b2c7fb092 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期三, 22 十一月 2023 16:52:16 +0800 Subject: [PATCH] fix:产品管理列表调整 --- src/views/supplierManage/supplier/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/supplierManage/supplier/index.vue b/src/views/supplierManage/supplier/index.vue index 8eb6b99..9a42042 100644 --- a/src/views/supplierManage/supplier/index.vue +++ b/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 } -- Gitblit v1.8.0