'修改删除参数方式'
This commit is contained in:
@ -149,7 +149,7 @@ const handleDelete = async (ids) => {
|
||||
await proxy.$modal.confirm("是否确认删除该培训人员?")
|
||||
|
||||
try {
|
||||
await qcckPost({ ids }, `/mosty-base/baxx/basq/remove`)
|
||||
await qcckPost({ idList: ids }, `/mosty-base/baxx/basq/remove`)
|
||||
proxy.$modal.msgSuccess("删除成功");
|
||||
await getList();
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user