fix: employee can enter view branches

This commit is contained in:
Net 2024-07-23 14:01:14 +07:00
parent 1de8830062
commit 4e416c78e6

View file

@ -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);
}
"
>