pointsave
This commit is contained in:
@@ -75,12 +75,14 @@
|
|||||||
this.val2 = e.join()
|
this.val2 = e.join()
|
||||||
},
|
},
|
||||||
selectChange (e) {
|
selectChange (e) {
|
||||||
this.index = e
|
if (e) {
|
||||||
|
this.index = e.value
|
||||||
|
}
|
||||||
},
|
},
|
||||||
/** 下拉框查询 */
|
/** 下拉框查询 */
|
||||||
async _getBoxSpecInfo () {
|
async _getBoxSpecInfo () {
|
||||||
let res = await getBoxSpecInfo()
|
let res = await getBoxSpecInfo()
|
||||||
this.options = [...res.data]
|
this.options = res.data
|
||||||
},
|
},
|
||||||
async handleConfirm() {
|
async handleConfirm() {
|
||||||
if (!this.val2 || !this.val3) {
|
if (!this.val2 || !this.val3) {
|
||||||
|
|||||||
Reference in New Issue
Block a user