diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue
index e2e14d83..0a7ee1ac 100644
--- a/src/pages/04_product-service/MainPage.vue
+++ b/src/pages/04_product-service/MainPage.vue
@@ -206,7 +206,7 @@ onMounted(async () => {
{
:title="cardTypeData.title"
:subtitle="cardTypeData.subtitle"
:date="cardTypeData.date"
- :status="cardTypeData.status"
+ :status="v.status"
:color="cardTypeData.color"
@view-detail="drawerInfo = true"
- @on-click="drawerInfo = true"
+ @on-click="
+ () => {
+ if (isType === true) drawerInfo = true;
+ }
+ "
/>
{
+ if (isType === false) isType = true;
+ }
+ "
/>