ludc
2024-10-30 a12913f2e7783482951801a08b9886b5bdc1efdd
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 => {