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