From 30da721ca1d5e430ddd85f62346c6320074d571b Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Mon, 17 Nov 2025 10:16:13 +0800 Subject: [PATCH] 1.AJT-MES处理指令集changeTab,跳转界面 报错 --- src/components/Common/CommonInstructSet.js | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/src/components/Common/CommonInstructSet.js b/src/components/Common/CommonInstructSet.js index f2ecfdc..422e6ac 100644 --- a/src/components/Common/CommonInstructSet.js +++ b/src/components/Common/CommonInstructSet.js @@ -3035,6 +3035,9 @@ const utils = { oTab = item; } }); + if(commonUtils.isEmpty(oTab)) { + oTab = oTabs[0]; + } } if (!oTab) { -- libgit2 0.22.2