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
30da721ca1d5e430ddd85f62346c6320074d571b
Authored by
Min
2025-11-17 10:16:13 +0800
1 parent
c80cb6fb
1.AJT-MES处理指令集changeTab,跳转界面 报错
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/components/Common/CommonInstructSet.js
src/components/Common/CommonInstructSet.js
View file @
30da721
...
...
@@ -3035,6 +3035,9 @@ const utils = {
3035
3035
oTab = item;
3036
3036
}
3037
3037
});
3038
+ if(commonUtils.isEmpty(oTab)) {
3039
+ oTab = oTabs[0];
3040
+ }
3038
3041
}
3039
3042
3040
3043
if (!oTab) {
...
...