This commit is contained in:
2026-01-08 15:54:45 +08:00
parent df9ef8b48e
commit 69b43ee468
5 changed files with 14 additions and 10 deletions

View File

@@ -156,7 +156,7 @@
}
try {
this.currentData.site_code = this.val2
let res = await confirmReturnMaterial(this.index, this.currentData)
let res = await confirmReturnMaterial(this.index, this.currentData, JSON.parse(this.$store.getters.userInfo).user.user_id)
if (res.code === '200') {
uni.showToast({
title: res.message,