From 890cd9ab8cfbd642c7240413a2f2f51b7f6f0fa5 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 21 三月 2024 13:37:26 +0800 Subject: [PATCH] 完善下单 --- src/components/view/b2-standard.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/components/view/b2-standard.vue b/src/components/view/b2-standard.vue index dcba552..f78bd60 100644 --- a/src/components/view/b2-standard.vue +++ b/src/components/view/b2-standard.vue @@ -590,7 +590,6 @@ }).then(res => { this.tableLoad = false this.standardList = res.data.standardMethodList - this.productList = res.data.standardProductList }) }, getPower() { -- Gitblit v1.9.3