From 353be10ef4c7241d32c16700c7e6d36287a45f90 Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期三, 20 三月 2024 15:48:35 +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