pointsave

This commit is contained in:
2025-08-05 13:51:24 +08:00
parent d9f1ffb42f
commit 6b33c90394

View File

@@ -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) {