From 6b33c903941e53b1b7c9d14cfe13f84d7d0cce23 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Tue, 5 Aug 2025 13:51:24 +0800 Subject: [PATCH] pointsave --- pages/SecondPhase/kmxk/PointSave.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/SecondPhase/kmxk/PointSave.vue b/pages/SecondPhase/kmxk/PointSave.vue index 0e45dd3..642d517 100644 --- a/pages/SecondPhase/kmxk/PointSave.vue +++ b/pages/SecondPhase/kmxk/PointSave.vue @@ -75,12 +75,14 @@ this.val2 = e.join() }, selectChange (e) { - this.index = e + if (e) { + this.index = e.value + } }, /** 下拉框查询 */ async _getBoxSpecInfo () { let res = await getBoxSpecInfo() - this.options = [...res.data] + this.options = res.data }, async handleConfirm() { if (!this.val2 || !this.val3) {