Commit a4e6c692 authored by liudong1993's avatar liudong1993

1

parent c8aa914e
...@@ -1133,7 +1133,9 @@ ...@@ -1133,7 +1133,9 @@
this.financeinfo_post_GetClientTypeList(); this.financeinfo_post_GetClientTypeList();
this.FinancialFlowTemplate_post_GetStatusList(); this.FinancialFlowTemplate_post_GetStatusList();
this.getPageList(); this.getPageList();
//this.AccountType_post_GetList(); if(this.isManageFinance){
this.AccountType_post_GetList();
}
var that = this; var that = this;
that.MsgBus.$on('getRecQuery', function (FrID) { that.MsgBus.$on('getRecQuery', function (FrID) {
...@@ -1253,7 +1255,6 @@ ...@@ -1253,7 +1255,6 @@
},err => {}) },err => {})
}, },
showjiaoyi(FrId) { showjiaoyi(FrId) {
//弹出交易方式修改 //弹出交易方式修改
this.apipost( this.apipost(
"Financial_get_GetFinanceTrabeList", { "Financial_get_GetFinanceTrabeList", {
...@@ -1271,7 +1272,6 @@ ...@@ -1271,7 +1272,6 @@
}); });
}); });
this.transactionmode = true; this.transactionmode = true;
this.AccountType_post_GetList();
} }
}, },
err => {} err => {}
......
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