入库val1

This commit is contained in:
2022-11-18 09:30:31 +08:00
parent 7b6c464152
commit 96b616e508
2 changed files with 2 additions and 2 deletions

View File

@@ -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({

View File

@@ -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({