推荐版本记录删除
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),
|
||||
|
|
Loading…
Reference in New Issue