工作组删除

This commit is contained in:
宋伟佳
2022-01-20 14:52:45 +08:00
parent 3ddce08274
commit 9af0c3cf35
@@ -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 => {