From 480574350923a5c17dfaea72bf526835b8807756 Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期日, 26 五月 2024 23:05:54 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/src/components/view/b2-standard.vue b/src/components/view/b2-standard.vue
index dcbdf55..1dbd59a 100644
--- a/src/components/view/b2-standard.vue
+++ b/src/components/view/b2-standard.vue
@@ -577,32 +577,8 @@
         },
         methodList: [],
         productTableLoading0: false,
-        filters0: [{
-            text: '娴嬭瘯',
-            value: 0,
-          },
-          {
-            text: '娴嬭瘯1',
-            value: 1,
-          },
-          {
-            text: '娴嬭瘯2',
-            value: 2,
-          }
-        ],
-        filters1: [{
-            text: '娴嬭瘯',
-            value: 0,
-          },
-          {
-            text: '娴嬭瘯1',
-            value: 1,
-          },
-          {
-            text: '娴嬭瘯2',
-            value: 2,
-          }
-        ],
+        filters0: [],
+        filters1: [],
         pages: 1,
         inspectionItem: null,
         inspectionItemSubclass: null,
@@ -1347,7 +1323,7 @@
           }
         }
         this.$axios.post(this.$api.standardTree.upStandardProducts, {
-          ids: this.moreSelects.map(a => a.id),
+          ids: JSON.stringify(this.moreSelects.map(a => a.id)),
           standardProductList: this.moreInfo
         }, {
           headers: {

--
Gitblit v1.9.3