This commit is contained in:
2025-08-14 09:52:26 +08:00
parent 1a4244e892
commit 868ae960e1
4 changed files with 142 additions and 78 deletions

View File

@@ -218,7 +218,7 @@
return
}
try {
let res = await jbReturnMaterial(this.index, this.index2, this.pkId)
let res = await jbReturnMaterial(this.index, this.index2, this.val1, this.pkId)
if (res.code === '200') {
uni.showToast({
title: res.message,