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

update

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