|
|
@@ -398,7 +398,7 @@ const tableDataCommand = (scope, e) => {
|
|
|
if(action === 'confirm') {
|
|
|
api.teamApi.deleteAssociatedUsers({
|
|
|
id: teamInfo.value.id,
|
|
|
- userIds: [scope.row.id]
|
|
|
+ userIds: [scope.row.userId]
|
|
|
}).then(res => {
|
|
|
if(res?.code == 200) {
|
|
|
ElMessage({
|
|
|
@@ -429,7 +429,7 @@ const tableDataCommand = (scope, e) => {
|
|
|
}).then(( action ) => {
|
|
|
if(action === 'confirm') {
|
|
|
let data = {
|
|
|
- id: [scope.row.id],
|
|
|
+ ids: [scope.row.id],
|
|
|
isEnable: 1,
|
|
|
getAll: 0
|
|
|
}
|
|
|
@@ -463,7 +463,7 @@ const tableDataCommand = (scope, e) => {
|
|
|
}).then(( action ) => {
|
|
|
if(action === 'confirm'){
|
|
|
let data = {
|
|
|
- id: [scope.row.id],
|
|
|
+ ids: [scope.row.id],
|
|
|
isEnable: 0,
|
|
|
getAll: 0
|
|
|
}
|