From 226cf7ad09559240cccc6db01bdbdb348ae735b8 Mon Sep 17 00:00:00 2001 From: yangxin <2509699647@qq.com> Date: Fri, 21 Feb 2025 09:47:46 +0800 Subject: [PATCH] '最新' --- merchant-web-master/src/views/commodity/commoditySystem/index.vue | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/merchant-web-master/src/views/commodity/commoditySystem/index.vue b/merchant-web-master/src/views/commodity/commoditySystem/index.vue index a8e2f10..f21f72a 100644 --- a/merchant-web-master/src/views/commodity/commoditySystem/index.vue +++ b/merchant-web-master/src/views/commodity/commoditySystem/index.vue @@ -415,6 +415,7 @@ export default { var _ = this this.productId = row.productId getProductMembers({ productId: row.productId }).then(res => { + console.log(res,'11231312312312') if (res.code === '') { _.productData = res.data if (_.productData && _.productData.length > 0) { -- libgit2 0.21.4