推荐版本记录删除

This commit is contained in:
2024-07-02 14:42:05 +08:00
parent 4c241b9acd
commit d0cefb09df
@@ -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),