Compare commits
2 Commits
4baf253b7e
...
648d4d3a97
| Author | SHA1 | Date | |
|---|---|---|---|
| 648d4d3a97 | |||
|
|
70f5ae2f54 |
@@ -694,7 +694,10 @@ export default {
|
|||||||
isActive: false,
|
isActive: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
const res = await api.modifyAudioContent(request);
|
const formData = new FormData();
|
||||||
|
formData.append("request", JSON.stringify(request));
|
||||||
|
|
||||||
|
const res = await api.modifyAudioContent(formData);
|
||||||
if (res.status === 200 && res.data.success === true) {
|
if (res.status === 200 && res.data.success === true) {
|
||||||
this.cancel();
|
this.cancel();
|
||||||
this.notifySuccess("삭제되었습니다.");
|
this.notifySuccess("삭제되었습니다.");
|
||||||
|
|||||||
Reference in New Issue
Block a user