修复商品管理的bug

This commit is contained in:
2024-07-28 02:12:17 +08:00
parent 032d046dd8
commit 8c16f8df9c
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
);
const emit = defineEmits<{
(e: 'done', Merchant): void;
(e: 'done', Spec): void;
(e: 'clear'): void;
}>();