From 0888cf078640e6db9fba2b7fcaa29f449e017371 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期三, 30 十月 2024 11:41:56 +0800
Subject: [PATCH] 属性池修改接口调整

---
 Source/plt-web/plt-web-ui/src/views/system/department/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/views/system/department/index.vue b/Source/plt-web/plt-web-ui/src/views/system/department/index.vue
index bcc41bd..92cd98c 100644
--- a/Source/plt-web/plt-web-ui/src/views/system/department/index.vue
+++ b/Source/plt-web/plt-web-ui/src/views/system/department/index.vue
@@ -338,11 +338,11 @@
     // 鍒嗛厤鎴愬憳绌挎妗嗗洖濉�
     departTransferSend(row) {
       let params = {
-        userOids: row.join(','),
+        userOIds: row.join(','),
         deptId: this.departCurrenRow.oid
       }
       saveUsersDepts(params).then(res => {
-        console.log(res);
+        //console.log(res);
         this.$message.success(res.data.obj);
         this.getTableList();
       }).catch(err => {

--
Gitblit v1.9.3