From bea41eb56464e338f4ad44c6c53ca6ec86b2bf8b Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Wed, 27 Mar 2024 18:13:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=86=9C=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/WxInstrumentServiceImpl.java | 2 +- .../src/views/system/instrument/index.vue | 97 ++++++++++++------- 2 files changed, 62 insertions(+), 37 deletions(-) diff --git a/flossom-modules/flossom-system/src/main/java/com/flossom/system/service/impl/WxInstrumentServiceImpl.java b/flossom-modules/flossom-system/src/main/java/com/flossom/system/service/impl/WxInstrumentServiceImpl.java index f939ebd..1437381 100644 --- a/flossom-modules/flossom-system/src/main/java/com/flossom/system/service/impl/WxInstrumentServiceImpl.java +++ b/flossom-modules/flossom-system/src/main/java/com/flossom/system/service/impl/WxInstrumentServiceImpl.java @@ -448,7 +448,7 @@ public class WxInstrumentServiceImpl implements IWxInstrumentService { for (int i = 0; i < newModeIdList.size(); i++) { WxInstrumentMode wxInstrumentMode = new WxInstrumentMode(); wxInstrumentMode.setInstrumentId(wxInstrument.getId()); - wxInstrumentMode.setModeId(modeIdList.get(i).longValue()); + wxInstrumentMode.setModeId(newModeIdList.get(i).longValue()); wxInstrumentMode.setModeSort(i); wxInstrumentMode.setIsNew(1); wxInstrumentMode.setLiningId(liningId); diff --git a/flossom-ui/src/views/system/instrument/index.vue b/flossom-ui/src/views/system/instrument/index.vue index db82e81..3e6089d 100644 --- a/flossom-ui/src/views/system/instrument/index.vue +++ b/flossom-ui/src/views/system/instrument/index.vue @@ -308,31 +308,34 @@ :value="dict.value"> - + +
+ * +
添加膜布
-
+
- + - - modeIdsValue + - + @@ -345,7 +348,7 @@ inactive-color="#DCDCDC"> - + - +