fix: employee can enter view branches
This commit is contained in:
parent
1de8830062
commit
4e416c78e6
1 changed files with 1 additions and 8 deletions
|
|
@ -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);
|
||||
}
|
||||
"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue