Commit feaa7fa5a7a285cc313446f7a8d71d75ad80ceae

Authored by chenxt
1 parent 97512ea7

取消勾选

src/components/Common/CommonBill/index.js
@@ -2825,6 +2825,11 @@ const SisColorChooseComponent = props => { @@ -2825,6 +2825,11 @@ const SisColorChooseComponent = props => {
2825 ...newItem, 2825 ...newItem,
2826 bSelected: true 2826 bSelected: true
2827 } 2827 }
  2828 + } else {
  2829 + newItem = {
  2830 + ...newItem,
  2831 + bSelected: false
  2832 + }
2828 } 2833 }
2829 return newItem 2834 return newItem
2830 }); 2835 });