diff --git a/ruoyi-ui/src/views/fantang/careStaffInfo/index.vue b/ruoyi-ui/src/views/fantang/careStaffInfo/index.vue
index 5bf3ee5ac..618ed55eb 100644
--- a/ruoyi-ui/src/views/fantang/careStaffInfo/index.vue
+++ b/ruoyi-ui/src/views/fantang/careStaffInfo/index.vue
@@ -86,9 +86,6 @@
-
-
-
{{ parseTime(scope.row.createAt, '{y}-{m}-{d}') }}
@@ -308,11 +305,10 @@ 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);
});
},
/** 提交按钮 */