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"
|
:props="props"
|
||||||
@click="
|
@click="
|
||||||
() => {
|
() => {
|
||||||
currentCustomerName = props.row.customerName;
|
openDialogInputForm('INFO', props.row.id);
|
||||||
customerType = props.row.customerType;
|
|
||||||
currentCustomerUrlImage = props.row.imageUrl;
|
|
||||||
currentCustomerId = props.row.id;
|
|
||||||
|
|
||||||
const { branch, ...payload } = props.row;
|
|
||||||
currentCustomer = payload;
|
|
||||||
isMainPage = false;
|
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue