diff --git a/src/pages/03_customer-management/BranchPage.vue b/src/pages/03_customer-management/BranchPage.vue index 33235601..d36bf5f1 100644 --- a/src/pages/03_customer-management/BranchPage.vue +++ b/src/pages/03_customer-management/BranchPage.vue @@ -484,15 +484,11 @@ watch([customerId, inputSearch, currentStatus], async () => { } " /> + { const res = await fetchBranchEmployee(props.row.id); @@ -503,7 +499,19 @@ watch([customerId, inputSearch, currentStatus], async () => { } } " - /> + > +
+ + +
+