fix search person in workflow
This commit is contained in:
parent
ef9a805cb4
commit
2cba11b36f
1 changed files with 6 additions and 6 deletions
|
|
@ -162,12 +162,12 @@ watch(modal, (val) => {
|
|||
}
|
||||
});
|
||||
|
||||
watch(
|
||||
() => [formDataQuery.isAct, formDataQuery.pageSize],
|
||||
() => {
|
||||
onSearchData();
|
||||
}
|
||||
);
|
||||
// watch(
|
||||
// () => [formDataQuery.isAct, formDataQuery.pageSize],
|
||||
// () => {
|
||||
// onSearchData();
|
||||
// }
|
||||
// );
|
||||
|
||||
/**
|
||||
* function updatePagination
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue