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 @@