工作组删除
This commit is contained in:
@@ -326,8 +326,13 @@ export default {
|
|||||||
cancelButtonText: "取消",
|
cancelButtonText: "取消",
|
||||||
type: "warning"
|
type: "warning"
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
|
let ids = ''
|
||||||
|
this.workChangeList.map(item => {
|
||||||
|
ids += item.id
|
||||||
|
ids += ','
|
||||||
|
})
|
||||||
this.$http.delete("workGroup/work-group", {
|
this.$http.delete("workGroup/work-group", {
|
||||||
id: this.workChangeList[0].id
|
id: ids
|
||||||
}, {
|
}, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user