Commit 63a2f78fa663378054dc0003c5523a4876a0fb60

Authored by chenxt
1 parent aee48410

取消勾选

src/mes/common/commonModelComponent/index.js
@@ -3180,6 +3180,11 @@ const SisColorChooseComponent = props => { @@ -3180,6 +3180,11 @@ const SisColorChooseComponent = props => {
3180 ...newItem, 3180 ...newItem,
3181 bSelected: true 3181 bSelected: true
3182 } 3182 }
  3183 + } else {
  3184 + newItem = {
  3185 + ...newItem,
  3186 + bSelected: false
  3187 + }
3183 } 3188 }
3184 return newItem 3189 return newItem
3185 }); 3190 });