Merge remote-tracking branch 'origin/main' into feature/0714_同步媒体账号数据_rxd

# Conflicts:
#	src/api/all/propertyMarketing.ts
This commit is contained in:
rd
2025-07-16 15:23:02 +08:00
27 changed files with 532 additions and 129 deletions

View File

@ -67,7 +67,6 @@
@selectionChange="handleSelectionChange"
@delete="handleDelete"
@openEdit="handleOpenEdit"
@update="getData"
/>
<NoData v-else />
@ -87,7 +86,7 @@
</div>
</div>
<AddAccountModal ref="addAccountModalRef" @update="getData" />
<AddAccountModal ref="addAccountModalRef" />
<DeleteAccountModal ref="deleteAccountRef" @update="onDeleteSuccess" />
</div>
</template>
@ -257,6 +256,8 @@ const handleOpenAbnormalAccount = () => {
query.value.status = 2;
reload();
};
provide('update', getData);
</script>
<style scoped lang="scss">