From 73fb8d001b281aba31e9a610222bd8c34e890879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Wed, 5 Jan 2022 20:44:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Service/System/SysTasksLogService.cs | 4 ---- ZR.Vue/src/components/FileUpload/index.vue | 6 +----- ZR.Vue/src/views/tool/file/index.vue | 20 +++++++++----------- 3 files changed, 10 insertions(+), 20 deletions(-) diff --git a/ZR.Service/System/SysTasksLogService.cs b/ZR.Service/System/SysTasksLogService.cs index f2a2ace..4e66a94 100644 --- a/ZR.Service/System/SysTasksLogService.cs +++ b/ZR.Service/System/SysTasksLogService.cs @@ -37,9 +37,5 @@ namespace ZR.Service.System return logModel; } - public PagedInfo GetPages(Expression> where, PagerInfo parm, Expression> order, string orderType) - { - throw new NotImplementedException(); - } } } diff --git a/ZR.Vue/src/components/FileUpload/index.vue b/ZR.Vue/src/components/FileUpload/index.vue index 097d485..0bba384 100644 --- a/ZR.Vue/src/components/FileUpload/index.vue +++ b/ZR.Vue/src/components/FileUpload/index.vue @@ -1,8 +1,7 @@