入库val1
This commit is contained in:
@@ -112,7 +112,7 @@
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
try {
|
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.disabled = false
|
||||||
this._boxQuery(this.val1)
|
this._boxQuery(this.val1)
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
|||||||
@@ -105,7 +105,7 @@
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
try {
|
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.disabled = false
|
||||||
this._boxQuery(this.val1)
|
this._boxQuery(this.val1)
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
|||||||
Reference in New Issue
Block a user