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

@@ -8,7 +8,7 @@ import { FlowType } from '@/types/enum'
//const props = defineProps({
//})
const emit = defineEmits([
'view-type'
'viewType'
])
// const data = reactive({
@@ -23,7 +23,7 @@ const historicalReview = ()=>{
}
onMounted(()=>{
emit('view-type', 1)
emit('viewType', 1)
})
onUnmounted(()=>{
})