浏览代码

06241047lhj

liuhj 10 月之前
父节点
当前提交
5b601511ca
共有 1 个文件被更改,包括 3 次插入0 次删除
  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;