Commit e441e02e authored by liudong1993's avatar liudong1993

1

parent ab28ec4d
......@@ -1399,7 +1399,7 @@ export default {
if(num < 1 && !this.$route.query.edit) {
this.msg.RB_Branch_Id = x.Id
}
if (thisId === x.Id) {
if (thisId === x.Id && !this.$route.query.edit) {
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