From 2daa54cc53396fb5f5b64a6b0a5b5c814b2bae2d Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 27 三月 2025 17:56:02 +0800 Subject: [PATCH] 测试完成 --- src/views/outsideChainwt.vue | 23 ++++++++++++++++++----- 1 files changed, 18 insertions(+), 5 deletions(-) diff --git a/src/views/outsideChainwt.vue b/src/views/outsideChainwt.vue index 14aa4b4..fec6b42 100644 --- a/src/views/outsideChainwt.vue +++ b/src/views/outsideChainwt.vue @@ -8,7 +8,7 @@ {{ kcb ? kcb - : "浜茬埍鐨勬偅鑰�-瀹跺睘锛屾偍濂斤紒鎴戜滑鏄禉涓尰澶т簩闄㈢殑鍖绘姢浜哄憳锛屼负浜嗘洿濂藉湴浜嗚В鎮ㄧ殑搴峰鎯呭喌锛岃鎮ㄦ娊涓�鐐瑰疂璐垫椂闂达紝瀹屾垚杩欎唤闅忚闂嵎銆�" + : "浜茬埍鐨勬偅鑰�-瀹跺睘锛屾偍濂斤紒鎴戜滑鏄櫙瀹佷汉姘戝尰闄㈢殑鍖绘姢浜哄憳锛屼负浜嗘洿濂藉湴浜嗚В鎮ㄧ殑搴峰鎯呭喌锛岃鎮ㄦ娊涓�鐐瑰疂璐垫椂闂达紝瀹屾垚杩欎唤闅忚闂嵎銆�" }} <!-- 浜茬埍鐨勬偅鑰�/瀹跺睘鎮ㄥソ锛屼负浜嗘洿濂界殑浜嗚В鎮ㄥ嚭闄㈠悗鐨勫悍澶嶆儏鍐碉紝缁欐偍閫傚綋鍙婃椂鐨勫仴搴锋寚瀵硷紝璇锋偍鎶戒竴鐐瑰疂璐垫椂闂达紝瀹屾垚杩欎唤鍑洪櫌闅忚闂嵎璋冩煡銆� --> </div> @@ -159,6 +159,7 @@ taskid: 355, patid: 265823, kcb: "", + excep:'', questionList: [ // { // scriptType: 1, @@ -347,6 +348,7 @@ let form = { param1: this.taskid, param2: this.patid, + excep:this.excep, serviceSubtaskDetailList: [], }; const arr = structuredClone(this.questionList); @@ -376,6 +378,20 @@ svyLibTemplateScriptVOS: [], }; const arr = structuredClone(this.questionList); + console.log(arr,'srr') + arr.forEach((item, index) => { + var obj = item.svyLibTemplateTargetoptions.find( + (items) => items.optioncontent == item.scriptResult + ); + if (obj) { + if (obj.isabnormal) { + console.log(obj.isabnormal); + form.excep = 1; + this.excep=1; + } + } + }); + arr.forEach((item) => { if (item.scriptType == 2 && item.scriptResult[0]) { item.scriptResult = item.scriptResult.join("&"); @@ -482,10 +498,7 @@ } } } -.red-star { - position: relative; - padding-right: 15px; -} + .red-star { ::v-deep.el-radio__label { position: relative; -- Gitblit v1.9.3