feat:对接评论接口
This commit is contained in:
@@ -196,7 +196,7 @@ const delComment = async (ids) => {
|
||||
cancelButtonText: "取消",
|
||||
type: "warning",
|
||||
}).then(async () => {
|
||||
await del({ id: [ids] });
|
||||
await del(ids);
|
||||
await loadComment();
|
||||
ElMessage({
|
||||
message: "评论已删除!",
|
||||
|
||||
Reference in New Issue
Block a user