推荐版本记录删除
parent
4c241b9acd
commit
d0cefb09df
|
@ -136,8 +136,8 @@ const searchDataDefault = () => {
|
||||||
DownloadUrl: null,
|
DownloadUrl: null,
|
||||||
FileName: null,
|
FileName: null,
|
||||||
IsDeleted: true,
|
IsDeleted: true,
|
||||||
pageIndex: 1,
|
PageIndex: 1,
|
||||||
pageSize: 20,
|
PageSize: 20,
|
||||||
Asc: false,
|
Asc: false,
|
||||||
SortField: null,
|
SortField: null,
|
||||||
};
|
};
|
||||||
|
@ -200,7 +200,7 @@ export default {
|
||||||
type: "warning",
|
type: "warning",
|
||||||
distinguishCancelAndClose: true,
|
distinguishCancelAndClose: true,
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
deleteSystemBasicData(row.Id).then((res) => {
|
deleteExploreRecommend(row.Id).then((res) => {
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
this.list.splice(
|
this.list.splice(
|
||||||
this.list.findIndex((item) => item.Id === row.Id),
|
this.list.findIndex((item) => item.Id === row.Id),
|
||||||
|
|
Loading…
Reference in New Issue