From 254f5863bed7474f258e6829cc0a2a4f94989e1c Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期三, 26 六月 2024 11:06:07 +0800
Subject: [PATCH] 修改/bug

---
 src/components/view/b2-standard.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/view/b2-standard.vue b/src/components/view/b2-standard.vue
index cf1527d..3d354d1 100644
--- a/src/components/view/b2-standard.vue
+++ b/src/components/view/b2-standard.vue
@@ -1448,7 +1448,8 @@
       getItemEnum() {
         this.$axios.post(this.$api.standardTree.selectStandardProductEnumByMethodId, {
           id: this.standardId,
-          tree: this.selectTree
+          tree: this.selectTree,
+          item:this.inspectionItem
         }).then(res => {
           this.filters0 = []
           this.filters1 = []

--
Gitblit v1.9.3