浏览代码

Merge branch 'lmm' into develop

seimin 3 年之前
父节点
当前提交
79e319e049

+ 1 - 1
src/app/views/task-type-management/task-type-management.component.html

@@ -1098,7 +1098,7 @@
1098 1098
   </div>
1099 1099
   <!-- 删除模态框 -->
1100 1100
   <app-dialog-delete [delModal]="delModal" (hideDelModalEvent)="hideDelModal()" [btnLoading]="btnLoading"
1101
-    (confirmDelEvent)="confirmDel()" content="您确认要删除此任务类型吗?"></app-dialog-delete>
1101
+    (confirmDelEvent)="confirmDel()" content="您确认要删除此任务类型吗?" tips="会影响已绑定的工作分配和轮巡计划"></app-dialog-delete>
1102 1102
 </div>
1103 1103
 
1104 1104
 <!-- 操作成功/失败提示框 -->

+ 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;