liuhj il y a 1 an
Parent
commit
5b601511ca
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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;