mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 16:56:40 +08:00
fix ui
This commit is contained in:
@@ -176,6 +176,7 @@ async function removeSubscribe() {
|
|||||||
const result: { [key: string]: any } = await api.delete(`subscribe/${props.subid}`)
|
const result: { [key: string]: any } = await api.delete(`subscribe/${props.subid}`)
|
||||||
|
|
||||||
if (result.success) {
|
if (result.success) {
|
||||||
|
$toast.success(`订阅 ${subscribeForm.value.name} 已取消!`)
|
||||||
// 通知父组件刷新
|
// 通知父组件刷新
|
||||||
emit('remove')
|
emit('remove')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user