|
@@ -373,6 +373,12 @@ const handleOperQuery = (params: any, done: any) => {
|
|
|
pageNo: page.value.currentPage,
|
|
|
...params,
|
|
|
};
|
|
|
+ if(search.value.operatorType){
|
|
|
+ querySearch.operatorType = search.value.operatorType
|
|
|
+ }
|
|
|
+ if(search.value.creator){
|
|
|
+ querySearch.creator = search.value.creator
|
|
|
+ }
|
|
|
getOperaLogPage(querySearch)
|
|
|
.then(({ data }) => {
|
|
|
pageData.value = data.records;
|