feat:【ele】mp/tag 的代码迁移
This commit is contained in:
@@ -50,7 +50,6 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
||||
value: item.id,
|
||||
})),
|
||||
placeholder: '请选择公众号',
|
||||
allowClear: true,
|
||||
},
|
||||
defaultValue: accountList[0]?.id,
|
||||
},
|
||||
|
||||
@@ -40,12 +40,10 @@ async function handleSync() {
|
||||
}
|
||||
|
||||
await confirm('是否确认同步粉丝?');
|
||||
|
||||
const hideLoading = message.loading({
|
||||
content: '正在同步粉丝...',
|
||||
duration: 0,
|
||||
});
|
||||
|
||||
try {
|
||||
await syncUser(accountId);
|
||||
message.success(
|
||||
|
||||
@@ -74,7 +74,7 @@ const [Modal, modalApi] = useVbenModal({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Modal class="w-[600px]" :title="getTitle">
|
||||
<Modal :title="getTitle" class="w-[600px]">
|
||||
<Form class="mx-4" />
|
||||
</Modal>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user