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"> - + - +