From 7f52c65fe94eb734b01191c1bba76310b9a35749 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 20 三月 2024 15:59:39 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master --- 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