diff --git a/ruoyi-ui/src/views/fantang/careStaffInfo/index.vue b/ruoyi-ui/src/views/fantang/careStaffInfo/index.vue
index 5bf3ee5ac..c4e0cb42e 100644
--- a/ruoyi-ui/src/views/fantang/careStaffInfo/index.vue
+++ b/ruoyi-ui/src/views/fantang/careStaffInfo/index.vue
@@ -87,7 +87,6 @@
-
@@ -308,8 +307,8 @@ export default {
const staffId = row.staffId || this.ids;
getNursingInfo(staffId).then(response => {
this.form = response.data;
- // this.form.deptList = response.data.deptList.split(',');
- this.form.deptList =[2,3];
+ this.form.deptList = response.data.deptList.split(',').map(Number);
+ // this.form.deptList =['2','3'].map(Number);
this.open = true;
this.title = "修改护工管理";
console.log("form-->", this.form);