Commit 2a7828b4 authored by 黄媛媛's avatar 黄媛媛

1

parent e7e9779e
...@@ -176,6 +176,7 @@ ...@@ -176,6 +176,7 @@
RemitId:0, RemitId:0,
Type:1, Type:1,
Remark:'', Remark:'',
ErpEmpId:0
}, },
imgurl:'', imgurl:'',
AuditStatusList:[], AuditStatusList:[],
...@@ -205,6 +206,8 @@ ...@@ -205,6 +206,8 @@
if(this.$route.query.UserId){ if(this.$route.query.UserId){
this.msg.UserId=this.$route.query.UserId; this.msg.UserId=this.$route.query.UserId;
} }
let currentUser = this.getLocalStorage()
this.addMsg.ErpEmpId = currentUser.ERPEmpId
this.getList(); this.getList();
this.getplat(); this.getplat();
this.getDown(); this.getDown();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment