From e8b06f5d522bf4aa6d6dda6396ef2f5e7fbeb8da Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Thu, 23 Dec 2021 16:17:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E5=88=86=E7=82=B9=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Transaction.vue | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/views/Transaction.vue b/src/views/Transaction.vue index 8d35ca3..f9d59ad 100644 --- a/src/views/Transaction.vue +++ b/src/views/Transaction.vue @@ -438,14 +438,14 @@ export default { }, handleConfirm(){ let list = [] - if (this.formData.lcJudgmentRuleList.length){ - for (var j = 0;j 0){ for (var i=0;i 0){ @@ -485,8 +485,6 @@ export default { item.operationIds = item.id item.type = null } - console.log(item.operationIds) - console.log(item.type) //题目类型(1选择 2判断 3填空 4问答 5指标结果) if (item.type == 1 || item.type == 2) { obj.subjectId = Number(item.emptyOne);