|
@@ -773,6 +773,7 @@ export class HushijiandanComponent implements OnInit {
|
773
|
773
|
this.selectOtherId = item.id;
|
774
|
774
|
this.newShortcutOrder(item, "other");
|
775
|
775
|
this.account = null;
|
|
776
|
+ this.userAccount = null;
|
776
|
777
|
}
|
777
|
778
|
selectIncidentId; //选中的id
|
778
|
779
|
incidentClick(item) {
|
|
@@ -1308,10 +1309,10 @@ export class HushijiandanComponent implements OnInit {
|
1308
|
1309
|
that.othersList[v.id] = v.taskTypeList || [];
|
1309
|
1310
|
}
|
1310
|
1311
|
})
|
1311
|
|
-
|
|
1312
|
+
|
1312
|
1313
|
if (data.data.allTaskTypes) {
|
1313
|
1314
|
that.patientMsgList = [];
|
1314
|
|
-
|
|
1315
|
+
|
1315
|
1316
|
data.data.allTaskTypes.forEach((e) => {
|
1316
|
1317
|
if (e.associationType.value == "other") {
|
1317
|
1318
|
if(that.othersList['other']){
|