no message

This commit is contained in:
蔡玲
2024-09-23 17:30:21 +08:00
parent 0c083b784f
commit f586ef5ed3

View File

@@ -125,6 +125,9 @@
this.index = ''
this.dataList = []
this.disabled = false
this.pkId = ''
this.show = false
this.popList = []
},
async _selectOrderByRegion () {
let res = await selectOrderByRegion(this.index, this.val1)
@@ -146,7 +149,7 @@
return
}
try {
let res = await callMater(this.popList, this.val1, this.index)
let res = await callMater(this.popList, this.val1, this.pkId)
this.clearUp()
uni.showToast({
title: res.msg,