From 34fd464dac1b63e31870b23b5724fc5cca686ba1 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 27 Mar 2025 16:21:33 +0800 Subject: [PATCH] no message --- pages/ProductManage/UpperShaftCut.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/ProductManage/UpperShaftCut.vue b/pages/ProductManage/UpperShaftCut.vue index cacf9a3..ff6069c 100644 --- a/pages/ProductManage/UpperShaftCut.vue +++ b/pages/ProductManage/UpperShaftCut.vue @@ -134,13 +134,13 @@ return } try { - let txt1 = '' - this.options1.map(el => { - if (el.value === this.index1) { - txt1 = el.text + let txt3 = '' + this.options3.map(el => { + if (el.value === this.index3) { + txt3 = el.text } }) - let res = await cutUpShaft(this.index2, this.index3, txt1, this.upL, this.upR) + let res = await cutUpShaft(this.index2, txt3, this.index1, this.upL, this.upR) this.disabled = false uni.showToast({ title: res.message,