Skip to content

Commit

Permalink
Update history_paths.client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yinlianghui committed Oct 18, 2023
1 parent d663f1c commit 92547b8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
* @Author: 殷亮辉 [email protected]
* @Date: 2023-05-16 17:00:38
* @LastEditors: 殷亮辉 [email protected]
* @LastEditTime: 2023-09-11 17:44:01
* @LastEditTime: 2023-10-18 16:58:55
*/
var buttonTriggerHistoryPathsChange;

let historyPathsStoreKey = "history_paths";

// 切换应用、对象、列表视图时清除本地存储中的过滤条件
function clearHistoryFilters(context, lastPath, paths) {
debugger;
const path = context.path;
const params = context.params || {};
if (!lastPath || lastPath.params.app_id != params.app_id || lastPath.params.object_name != params.object_name || lastPath.params.list_view_id != params.list_view_id) {
Expand Down

0 comments on commit 92547b8

Please sign in to comment.