seimin 1 rok temu
rodzic
commit
8df455fd52
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pages/receiptpage/receiptpage.vue

+ 1 - 1
pages/receiptpage/receiptpage.vue

@@ -1646,7 +1646,7 @@
1646 1646
       },
1647 1647
       // 更新用户所在科室
1648 1648
       updateUser(dept) {
1649
-        post("/user/data/bindDutyDept", {dutyDept: dept.id}).then((res) => {
1649
+        post("/user/data/bindDutyDept", {dutyDept: +dept.id}).then((res) => {
1650 1650
           if (res.status == 200) {
1651 1651
             this.getCurrentUserNow();
1652 1652
           }else{