feat: 切换customer
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
2025-12-23 14:41:09 +08:00
parent e8a72ec0aa
commit 65617baa96
3 changed files with 16 additions and 4 deletions

View File

@@ -58,7 +58,7 @@
</div>
</template>
<Profile ref="profileRef" @selected-customer="handleSelectCustomer" />
<Profile ref="profileRef" @selected-customer="handleSelectCustomer" is-customer />
</div>
</template>
<script setup lang="ts">