Skip to content

Commit

Permalink
fix: 修复单据列表在非首页搜索报错的问题 --bug=129837873
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 18029
  • Loading branch information
luofann committed Sep 10, 2024
1 parent dac2501 commit fae60ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/pc/src/views/ticket/ticketListMixins.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ const ticketListMixins = {
handleSearch(params) {
this.lastSearchParams = params;
this.searchToggle = true;
this.pagination.current = 1;
this.getTicketList();
},
deteleSearchResult(type, index) {
Expand Down

0 comments on commit fae60ff

Please sign in to comment.