瀏覽代碼

微信配置BUG修复

seimin 3 年之前
父節點
當前提交
f71c322537
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/app/views/wechat-config/wechat-config.component.ts

+ 2 - 0
src/app/views/wechat-config/wechat-config.component.ts

@@ -171,6 +171,8 @@ export class WechatConfigComponent implements OnInit {
171 171
   //修改默认院区
172 172
   hospitalChange(hosId) {
173 173
     this.hosId = hosId;
174
+    this.validateForm.controls.defaultDept.setValue(null);
175
+    this.validateForm.controls.defaultGroup.setValue(null);
174 176
     this.getGroupList(hosId).subscribe((result) => {
175 177
       if (result.status == 200) {
176 178
         this.groupList = result.list;