This commit is contained in:
jxxghp
2024-10-10 13:09:20 +08:00
parent 93bd4002db
commit 6ef6ea1479

View File

@@ -176,6 +176,7 @@ async function removeSubscribe() {
const result: { [key: string]: any } = await api.delete(`subscribe/${props.subid}`)
if (result.success) {
$toast.success(`订阅 ${subscribeForm.value.name} 已取消!`)
// 通知父组件刷新
emit('remove')
}