GitLab
Sign in
qiangmj
/
ebc-Mes
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
63a2f78fa663378054dc0003c5523a4876a0fb60
Authored by
chenxt
2026-03-04 14:49:28 +0800
1 parent
aee48410
取消勾选
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/mes/common/commonModelComponent/index.js
src/mes/common/commonModelComponent/index.js
View file @
63a2f78
...
...
@@ -3180,6 +3180,11 @@ const SisColorChooseComponent = props => {
3180
3180
...newItem,
3181
3181
bSelected: true
3182
3182
}
3183
+ } else {
3184
+ newItem = {
3185
+ ...newItem,
3186
+ bSelected: false
3187
+ }
3183
3188
}
3184
3189
return newItem
3185
3190
});
...
...