From 7d48f57e0a3f560c3a12c541498d962fd5ad18a6 Mon Sep 17 00:00:00 2001 From: smallchill Date: Tue, 25 Jun 2019 10:05:20 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E6=B8=85=E7=A9=BA=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=90=8C=E6=97=B6=E6=B8=85=E7=A9=BA=E5=85=A8=E5=B1=80=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/desk/notice.vue | 1 + src/views/flow/follow.vue | 1 + src/views/flow/manager.vue | 1 + src/views/flow/model.vue | 1 + src/views/monitor/log/api.vue | 1 + src/views/monitor/log/error.vue | 1 + src/views/monitor/log/usual.vue | 1 + src/views/resource/oss.vue | 1 + src/views/system/client.vue | 1 + src/views/system/dept.vue | 1 + src/views/system/dict.vue | 1 + src/views/system/menu.vue | 1 + src/views/system/param.vue | 1 + src/views/system/role.vue | 1 + src/views/system/tenant.vue | 1 + src/views/system/user.vue | 1 + src/views/tool/code.vue | 1 + src/views/work/claim.vue | 1 + src/views/work/done.vue | 1 + src/views/work/send.vue | 1 + src/views/work/start.vue | 1 + src/views/work/todo.vue | 1 + 22 files changed, 22 insertions(+) diff --git a/src/views/desk/notice.vue b/src/views/desk/notice.vue index 23a199b..6670da3 100644 --- a/src/views/desk/notice.vue +++ b/src/views/desk/notice.vue @@ -187,6 +187,7 @@ }); }, searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/flow/follow.vue b/src/views/flow/follow.vue index 2be0a22..be2f1e1 100644 --- a/src/views/flow/follow.vue +++ b/src/views/flow/follow.vue @@ -148,6 +148,7 @@ }); }, searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/flow/manager.vue b/src/views/flow/manager.vue index bd73b7b..c526826 100644 --- a/src/views/flow/manager.vue +++ b/src/views/flow/manager.vue @@ -219,6 +219,7 @@ }, methods: { searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/flow/model.vue b/src/views/flow/model.vue index d801ab6..7a8b1bc 100644 --- a/src/views/flow/model.vue +++ b/src/views/flow/model.vue @@ -197,6 +197,7 @@ }, methods: { searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/monitor/log/api.vue b/src/views/monitor/log/api.vue index 59eb2b9..f211c2d 100644 --- a/src/views/monitor/log/api.vue +++ b/src/views/monitor/log/api.vue @@ -105,6 +105,7 @@ }, methods: { searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/monitor/log/error.vue b/src/views/monitor/log/error.vue index 16c7ecc..f051f71 100644 --- a/src/views/monitor/log/error.vue +++ b/src/views/monitor/log/error.vue @@ -112,6 +112,7 @@ }, methods: { searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/monitor/log/usual.vue b/src/views/monitor/log/usual.vue index 80d0f64..3e79ced 100644 --- a/src/views/monitor/log/usual.vue +++ b/src/views/monitor/log/usual.vue @@ -104,6 +104,7 @@ }, methods: { searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/resource/oss.vue b/src/views/resource/oss.vue index c747568..4a05e36 100644 --- a/src/views/resource/oss.vue +++ b/src/views/resource/oss.vue @@ -216,6 +216,7 @@ }); }, searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/system/client.vue b/src/views/system/client.vue index 6a62440..a22592b 100644 --- a/src/views/system/client.vue +++ b/src/views/system/client.vue @@ -228,6 +228,7 @@ }); }, searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/system/dept.vue b/src/views/system/dept.vue index 75c4b1b..7064c9f 100644 --- a/src/views/system/dept.vue +++ b/src/views/system/dept.vue @@ -247,6 +247,7 @@ }); }, searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/system/dict.vue b/src/views/system/dict.vue index ef0b2b1..7656028 100644 --- a/src/views/system/dict.vue +++ b/src/views/system/dict.vue @@ -189,6 +189,7 @@ }); }, searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/system/menu.vue b/src/views/system/menu.vue index be00a6a..4c3ef50 100644 --- a/src/views/system/menu.vue +++ b/src/views/system/menu.vue @@ -432,6 +432,7 @@ }); }, searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/system/param.vue b/src/views/system/param.vue index f3a5c63..3ebb769 100644 --- a/src/views/system/param.vue +++ b/src/views/system/param.vue @@ -147,6 +147,7 @@ }); }, searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/system/role.vue b/src/views/system/role.vue index fc026ba..7290751 100644 --- a/src/views/system/role.vue +++ b/src/views/system/role.vue @@ -259,6 +259,7 @@ }, searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/system/tenant.vue b/src/views/system/tenant.vue index b2aea84..82e7c0e 100644 --- a/src/views/system/tenant.vue +++ b/src/views/system/tenant.vue @@ -167,6 +167,7 @@ }); }, searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/system/user.vue b/src/views/system/user.vue index 95ede1c..312a6a3 100644 --- a/src/views/system/user.vue +++ b/src/views/system/user.vue @@ -326,6 +326,7 @@ }); }, searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/tool/code.vue b/src/views/tool/code.vue index 3447372..a1dd8dc 100644 --- a/src/views/tool/code.vue +++ b/src/views/tool/code.vue @@ -205,6 +205,7 @@ }, searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/work/claim.vue b/src/views/work/claim.vue index b9089e6..8b6f37c 100644 --- a/src/views/work/claim.vue +++ b/src/views/work/claim.vue @@ -146,6 +146,7 @@ }, methods: { searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/work/done.vue b/src/views/work/done.vue index d1926a2..942fba1 100644 --- a/src/views/work/done.vue +++ b/src/views/work/done.vue @@ -139,6 +139,7 @@ }, methods: { searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/work/send.vue b/src/views/work/send.vue index 5361e66..622df41 100644 --- a/src/views/work/send.vue +++ b/src/views/work/send.vue @@ -149,6 +149,7 @@ }, methods: { searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/work/start.vue b/src/views/work/start.vue index 8f050ae..f5e9b3d 100644 --- a/src/views/work/start.vue +++ b/src/views/work/start.vue @@ -152,6 +152,7 @@ }, methods: { searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) { diff --git a/src/views/work/todo.vue b/src/views/work/todo.vue index 236182b..47604b0 100644 --- a/src/views/work/todo.vue +++ b/src/views/work/todo.vue @@ -146,6 +146,7 @@ }, methods: { searchReset() { + this.query = {}; this.onLoad(this.page); }, searchChange(params) {