入库val1
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
return
|
||||
}
|
||||
try {
|
||||
let res = await stConfirm(this.dataList, this.val2, '3', this.isV, this.val3)
|
||||
let res = await stConfirm(this.dataList, this.val2, '3', this.isV, this.val3, this.val1)
|
||||
this.disabled = false
|
||||
this._boxQuery(this.val1)
|
||||
uni.showToast({
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
return
|
||||
}
|
||||
try {
|
||||
let res = await stConfirm(this.dataList, this.val2, '1', this.isV)
|
||||
let res = await stConfirm(this.dataList, this.val2, '1', this.isV, '', this.val1)
|
||||
this.disabled = false
|
||||
this._boxQuery(this.val1)
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user