Commit 57d69b87 authored by 黄奎's avatar 黄奎
parents b176f50e 093e7afc
......@@ -2282,7 +2282,7 @@
let num = 0
data.forEach(x => {
x.disabled = true;
let thisId = this.getLocalStorage().RB_Branch_id
let Id = this.getLocalStorage().RB_Branch_id
BranchList.forEach(y => {
if (x.Id == y) {
x.disabled = false;
......@@ -2293,7 +2293,7 @@
this.msg.RB_Branch_Id = x.Id
}
}
if (thisId === x.Id && !this.$route.query.edit) {
if (Id === x.Id && !this.$route.query.edit) {
if(this.orderObj.RB_Branch_Id){
this.msg.RB_Branch_Id = this.orderObj.RB_Branch_Id
}else{
......
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