From 5237a6edbbd07b31ea478e8124be0730e82a1c36 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 31 Oct 2022 16:58:03 +0800 Subject: [PATCH] BUG 31153 --- .../pingchang/apps/AppOrganizationChange/components/history.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/project/pingchang/apps/AppOrganizationChange/components/history.vue b/project/pingchang/apps/AppOrganizationChange/components/history.vue index 423e6124..113a7168 100644 --- a/project/pingchang/apps/AppOrganizationChange/components/history.vue +++ b/project/pingchang/apps/AppOrganizationChange/components/history.vue @@ -49,6 +49,7 @@ export default { oid: { immediate: true, handler() { + this.search.sessionTime = null this.getList() } }