Commit a9b899e3 authored by 华国豪's avatar 华国豪 🙄

公司id绑定

parent 08162779
......@@ -1392,12 +1392,15 @@ export default {
let num = 0
data.forEach(x=>{
x.disabled=true;
let thisId = this.getLocalStorage().RB_Branch_id
BranchList.forEach(y=>{
if(x.Id==y){
x.disabled=false;
if(num < 1 && !this.$route.query.edit) {
this.msg.RB_Branch_Id = x.Id
console.log(resdata.BranchList, this.msg.RB_Branch_Id)
}
if (thisId === x.Id) {
this.msg.RB_Branch_Id = x.Id
}
num = num + 1
}
......
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