Commit 2735e7e8 authored by 沈良进's avatar 沈良进

save

parent 63f7abd8
......@@ -604,7 +604,7 @@ export default {
this.queryMsg.EnterID = Number(EnterID);
this.queryMsg.RB_Department_Id = Number(RB_Department_Id);
this.getCompanyList();
if (this.queryMsg.RB_Branch_Id) {
if (this.queryMsg.RB_Branch_Id >= 0) {
this.getDepartment(false);
}
if (this.queryMsg.RB_Department_Id) {
......
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