liuhj 10 months ago
parent
commit
c7151280aa
2 changed files with 6 additions and 0 deletions
  1. 3 0
      src/components/Finance/Collection.vue
  2. 3 0
      src/components/Finance/Sendack.vue

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

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

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

@@ -252,6 +252,9 @@ export default {
                 headers: {
                     Authorization: 'Bearer ' + that.userid
                 },
+                data:{
+                    currUserId:that.userid
+                }
             }).then(function (res) {
                 console.log(res)
                 if(res.data.code==200){