From d0cefb09dfae73cc8cbec5fd8c15df276d832587 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 2 Jul 2024 14:42:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E8=8D=90=E7=89=88=E6=9C=AC=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dictionary/template/browser/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/dictionary/template/browser/index.vue b/src/views/dictionary/template/browser/index.vue index 39cf0a29..b953bc26 100644 --- a/src/views/dictionary/template/browser/index.vue +++ b/src/views/dictionary/template/browser/index.vue @@ -136,8 +136,8 @@ const searchDataDefault = () => { DownloadUrl: null, FileName: null, IsDeleted: true, - pageIndex: 1, - pageSize: 20, + PageIndex: 1, + PageSize: 20, Asc: false, SortField: null, }; @@ -200,7 +200,7 @@ export default { type: "warning", distinguishCancelAndClose: true, }).then(() => { - deleteSystemBasicData(row.Id).then((res) => { + deleteExploreRecommend(row.Id).then((res) => { if (res.IsSuccess) { this.list.splice( this.list.findIndex((item) => item.Id === row.Id),