Commit b227f859 authored by youjie's avatar youjie

no message

parent 7b611e59
...@@ -1528,6 +1528,7 @@ export default { ...@@ -1528,6 +1528,7 @@ export default {
let isShow = true let isShow = true
this.companyList.forEach(item=>{ this.companyList.forEach(item=>{
// &&item.StandardCurrencyId>0 // &&item.StandardCurrencyId>0
console.log(Bid,item.Id)
if(Bid==item.Id){ if(Bid==item.Id){
this.StandardCurrencyId = item.StandardCurrencyId this.StandardCurrencyId = item.StandardCurrencyId
this.StandardCurrencyName = item.StandardCurrencyName this.StandardCurrencyName = item.StandardCurrencyName
...@@ -1618,6 +1619,9 @@ export default { ...@@ -1618,6 +1619,9 @@ export default {
}, err => {}) }, err => {})
} }
if(this.msg.RB_Branch_Id){
this.admin_get_DepartmentGetList(this.msg.RB_Branch_Id)
}
}, err => {}) }, err => {})
}, },
//设置选中单据名单 //设置选中单据名单
...@@ -1808,9 +1812,11 @@ export default { ...@@ -1808,9 +1812,11 @@ export default {
} }
this.getCompany(); this.getCompany();
// this.admin_get_DepartmentGetList(); // this.admin_get_DepartmentGetList();
},components: { },
components: {
"my-FlowChartModule": myFlowChartModule "my-FlowChartModule": myFlowChartModule
} }
} }
......
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