Commit ab28ec4d authored by 黄奎's avatar 黄奎
parents 1f98d62c a9b899e3
......@@ -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