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),