Browse Source

06241047lhj

liuhj 10 months ago
parent
commit
5b601511ca
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/components/Finance/LncomingBills.vue

+ 3 - 0
src/components/Finance/LncomingBills.vue

@@ -201,6 +201,9 @@ export default {
                 headers: {
                     Authorization: 'Bearer ' + that.userid
                 },
+                data:{
+                    currUserId:that.userid
+                }
             }).then(function (res) {
                 console.log(res)
                 that.options=res.data.data.groupNameData;