From 0a4cc3cffcf951fc640863fc12793519ff2590ea Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 15 一月 2025 15:35:56 +0800 Subject: [PATCH] 测试完成 --- src/views/outsideChainwtnew.vue | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/outsideChainwtnew.vue b/src/views/outsideChainwtnew.vue index 863e8f8..01487e8 100644 --- a/src/views/outsideChainwtnew.vue +++ b/src/views/outsideChainwtnew.vue @@ -409,10 +409,12 @@ var obj = item.svyLibTemplateTargetoptions.find( (items) => items.optioncontent == item.scriptResult ); - if (obj.isabnormal) { - console.log(obj.isabnormal); - form.excep = 1; - this.excep = 1; + if (obj) { + if (obj.isabnormal) { + console.log(obj.isabnormal); + form.excep = 1; + this.excep = 1; + } } }); -- Gitblit v1.9.3