GitLab
Sign in
xlyErp
/
xlyUmi
Back to Dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
feaa7fa5a7a285cc313446f7a8d71d75ad80ceae
Authored by
chenxt
2026-03-04 14:49:50 +0800
1 parent
97512ea7
取消勾选
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/components/Common/CommonBill/index.js
src/components/Common/CommonBill/index.js
View file @
feaa7fa
...
...
@@ -2825,6 +2825,11 @@ const SisColorChooseComponent = props => {
2825
2825
...newItem,
2826
2826
bSelected: true
2827
2827
}
2828
+ } else {
2829
+ newItem = {
2830
+ ...newItem,
2831
+ bSelected: false
2832
+ }
2828
2833
}
2829
2834
return newItem
2830
2835
});
...
...