From 9b3fe8d6ee44d21d0122c137a15d814d445e6e8b Mon Sep 17 00:00:00 2001
From: czx <28353131@qq.com>
Date: Wed, 25 Nov 2020 15:54:03 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8A=A4=E5=B7=A5=E7=BB=91?=
=?UTF-8?q?=E5=AE=9A=E7=A7=91=E5=AE=A4=E5=A4=9A=E9=80=89=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-ui/src/views/fantang/careStaffInfo/index.vue | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
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);