From 1b4527badfdb581260393cb3fbbb5b469f7a2df4 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 29 Nov 2022 11:11:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E7=82=B9=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/proj/FixedPointTask.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/proj/FixedPointTask.vue b/src/pages/proj/FixedPointTask.vue index 815b4b6..d067c77 100644 --- a/src/pages/proj/FixedPointTask.vue +++ b/src/pages/proj/FixedPointTask.vue @@ -179,8 +179,12 @@ export default { this.disabled1 = false return } + let val4 = this.active4 !== '' ? this.option4[this.active4].value : '' + let val5 = this.active5 !== '' ? this.option5[this.active5].value : '' + let val6 = this.active6 !== '' ? this.option6[this.active6].value : '' + let val7 = this.active7 !== '' ? this.option7[this.active7].value : '' try { - let res = await handTask(this.option1[this.active1].value, this.val4, this.scode, this.option4[this.active4].value, this.option5[this.active5].value, this.ecode, this.option6[this.active6].value, this.option7[this.active7].value) + let res = await handTask(this.option1[this.active1].value, this.val4, this.scode, val4, val5, this.ecode, val6, val7) this.toast(res.desc) this.toCancle() this.disabled1 = false