no message
This commit is contained in:
@@ -125,6 +125,9 @@
|
|||||||
this.index = ''
|
this.index = ''
|
||||||
this.dataList = []
|
this.dataList = []
|
||||||
this.disabled = false
|
this.disabled = false
|
||||||
|
this.pkId = ''
|
||||||
|
this.show = false
|
||||||
|
this.popList = []
|
||||||
},
|
},
|
||||||
async _selectOrderByRegion () {
|
async _selectOrderByRegion () {
|
||||||
let res = await selectOrderByRegion(this.index, this.val1)
|
let res = await selectOrderByRegion(this.index, this.val1)
|
||||||
@@ -146,7 +149,7 @@
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
let res = await callMater(this.popList, this.val1, this.index)
|
let res = await callMater(this.popList, this.val1, this.pkId)
|
||||||
this.clearUp()
|
this.clearUp()
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
|
|||||||
Reference in New Issue
Block a user