|
|
@ -782,7 +782,6 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
mounted() { |
|
|
mounted() { |
|
|
// 后台按登录代理商所属校区隔离:regionId 取自登录用户的 departmentId,不允许手动输入 |
|
|
|
|
|
this.regionId = this.resolveRegionId() |
|
|
this.regionId = this.resolveRegionId() |
|
|
this.regionName = JSON.parse(this.getStore('user')).departmentTitle |
|
|
this.regionName = JSON.parse(this.getStore('user')).departmentTitle |
|
|
if (this.regionId) { |
|
|
if (this.regionId) { |
|
|
|