From 292ecf16d58d89261561df87bc5c90229b69f2a9 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 24 May 2022 10:06:32 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=89=B9=E9=87=8F=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E8=AE=B0=E5=BD=95=E6=89=80=E6=9C=89=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/store/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/store/index.js b/frontend/src/store/index.js index b11a992a94..89d65a6ab5 100644 --- a/frontend/src/store/index.js +++ b/frontend/src/store/index.js @@ -611,9 +611,9 @@ const data = { } }) - // if (type && type === 'mix') { - // type = type + '-' + allTypes - // } + if (type && type === 'mix') { + type = type + '-' + allTypes + } // Assembly history settings 'customAttr' & 'customStyle' state.batchOptChartInfo = { 'mode': 'batchOpt',