From 4e416c78e6aa35e322abfe7fc3df7911135aa00e Mon Sep 17 00:00:00 2001 From: Net Date: Tue, 23 Jul 2024 14:01:14 +0700 Subject: [PATCH] fix: employee can enter view branches --- src/pages/03_customer-management/MainPage.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 7c08feb1..b363d247 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -2397,14 +2397,7 @@ watch( :props="props" @click=" () => { - currentCustomerName = props.row.customerName; - customerType = props.row.customerType; - currentCustomerUrlImage = props.row.imageUrl; - currentCustomerId = props.row.id; - - const { branch, ...payload } = props.row; - currentCustomer = payload; - isMainPage = false; + openDialogInputForm('INFO', props.row.id); } " >