userid
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user