From 4cd2bfdb3778a94e339bb2ee6fad740bed20c582 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 23 一月 2025 23:32:40 +0800
Subject: [PATCH] 测试完成
---
src/views/outsideChainwt.vue | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/views/outsideChainwt.vue b/src/views/outsideChainwt.vue
index 760eb81..fec6b42 100644
--- a/src/views/outsideChainwt.vue
+++ b/src/views/outsideChainwt.vue
@@ -383,10 +383,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