Commit 2850ecc1 authored by 黄媛媛's avatar 黄媛媛

update

parent b9e732c9
...@@ -2709,6 +2709,7 @@ export default { ...@@ -2709,6 +2709,7 @@ export default {
if(ActionMenuCode.indexOf('F_Update_KJCostType')!=-1){ if(ActionMenuCode.indexOf('F_Update_KJCostType')!=-1){
this.huijiShow=true; this.huijiShow=true;
} }
this.ID = this.$route.query.id;
},mounted(){ },mounted(){
let userInfo=this.getLocalStorage(); let userInfo=this.getLocalStorage();
this.userInfo=this.getLocalStorage(); this.userInfo=this.getLocalStorage();
...@@ -2716,7 +2717,7 @@ export default { ...@@ -2716,7 +2717,7 @@ export default {
this.qjGroupId=this.QjGroupId(); this.qjGroupId=this.QjGroupId();
this.userId = userInfo.EmployeeId; this.userId = userInfo.EmployeeId;
this.RB_Post_Id = userInfo.RB_Post_Id; this.RB_Post_Id = userInfo.RB_Post_Id;
this.ID = this.$route.query.id;
this.queryMsg.FinanceId = this.$route.query.id; this.queryMsg.FinanceId = this.$route.query.id;
this.financeinfo_post_GetClientTypeList(); this.financeinfo_post_GetClientTypeList();
this.Financial_post_GetDetail(this.ID); this.Financial_post_GetDetail(this.ID);
......
...@@ -172,12 +172,11 @@ export default { ...@@ -172,12 +172,11 @@ export default {
},watch:{ },watch:{
},created(){ },created(){
this.getDataDes();
},mounted(){ },mounted(){
this.getDataDes();
}, },
methods:{ methods:{
...@@ -187,7 +186,6 @@ export default { ...@@ -187,7 +186,6 @@ export default {
this.loading = false this.loading = false
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let data=res.data.data; let data=res.data.data;
// console.log("data",data)
this.LeaderRefundDetailList=data.LeaderRefundDetailList; this.LeaderRefundDetailList=data.LeaderRefundDetailList;
this.LeaderState=true; this.LeaderState=true;
this.OtherType=data.OtherType; this.OtherType=data.OtherType;
......
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