【代码优化】商城:分销用户的创建

This commit is contained in:
YunaiV
2024-12-01 15:07:50 +08:00
parent b108b07a96
commit 1597891244
2 changed files with 4 additions and 8 deletions

View File

@@ -200,7 +200,7 @@
<!-- 推广订单列表 -->
<BrokerageOrderListDialog ref="orderDialogRef" />
<!-- 创建分销员 -->
<BrokerageUserCreateForm ref="createFormRef" />
<BrokerageUserCreateForm ref="createFormRef" @success="getList" />
</template>
<script lang="ts" setup>