|
@@ -435,6 +435,9 @@
|
435
|
435
|
url: "../patientInformationList/patientInformationList",
|
436
|
436
|
});
|
437
|
437
|
} else if (e.item.text === "负责科室") {
|
|
438
|
+ if (uni.getStorageSync("setDepts")) {
|
|
439
|
+ uni.removeStorageSync("setDepts"); //清空选择的科室,初始化
|
|
440
|
+ }
|
438
|
441
|
let obj = uni.getStorageSync("setDeptConfg");
|
439
|
442
|
uni.navigateTo({
|
440
|
443
|
url: `../setDept/setDept?configName=${obj.configName}&id=${obj.id}&changedept=1`,
|
|
@@ -700,9 +703,9 @@
|
700
|
703
|
});
|
701
|
704
|
}
|
702
|
705
|
// #ifdef APP-PLUS
|
703
|
|
- this.content.push({
|
704
|
|
- text: "退出登录",
|
705
|
|
- });
|
|
706
|
+ // this.content.push({
|
|
707
|
+ // text: "退出登录",
|
|
708
|
+ // });
|
706
|
709
|
// #endif
|
707
|
710
|
this.selectedLabelSlots = "执行中";
|
708
|
711
|
this.waitingOrdersGetNum();
|