seimin 4 天之前
父节点
当前提交
5998e5db7e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      components/showDepartmentQrcode/showDepartmentQrcode.vue

+ 2 - 0
components/showDepartmentQrcode/showDepartmentQrcode.vue

@@ -52,12 +52,14 @@
52 52
       },
53 53
       // 绑定科室
54 54
       bindDept(){
55
+        this.know();
55 56
         uni.navigateTo({
56 57
           url: `../search/search?type=showDepartmentQrcode`,
57 58
         });
58 59
       },
59 60
       // 驻点患者
60 61
       toStationaryPatient(){
62
+        this.know();
61 63
         uni.navigateTo({
62 64
           url: `/pages/stationaryPatient/stationaryPatient?dutyDeptId=${this.userData.user.dutyDeptDTO.id}`,
63 65
         });