diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index d021257f..fbf98987 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -1603,6 +1603,7 @@ watch(productMode, async () => { currentIdGrop = ''; currentIdType = ''; productMode = 'group'; + currentNoAction = false; return; } } @@ -1616,6 +1617,7 @@ watch(productMode, async () => { currentIdType = ''; filterStat = []; productMode = 'group'; + currentNoAction = false; return; } } @@ -1631,6 +1633,7 @@ watch(productMode, async () => { currentIdType = ''; filterStat = []; productMode = 'group'; + currentNoAction = false; return; } }