Commit 71eb5e47 authored by 黄奎's avatar 黄奎
parents 523532b1 e441e02e
......@@ -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