diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index a346ef62..44151987 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -877,6 +877,7 @@ watch(currentStatus, async () => { currentIdType = v.id; productMode = 'service'; await fetchListOfProduct(currentIdType); + await fetchListOfService(); } " /> @@ -1081,6 +1082,11 @@ watch(currentStatus, async () => {
{ " />
+ +
+ +