|
|
@@ -142,7 +142,6 @@ export default {
|
|
|
publishPlatformId: this.plateFormId,
|
|
|
};
|
|
|
this.deleteMediaPublishInfo(res).then(() => {
|
|
|
- this.currentPage = Math.ceil((this.sum - 1) / this.pageSize);
|
|
|
let dataObj = {
|
|
|
publishPlatformId: this.plateFormId,
|
|
|
page: this.currentPage,
|
|
|
@@ -155,7 +154,6 @@ export default {
|
|
|
submit: function (time, num, obj) {
|
|
|
let addTime = time.replace("-", "/");
|
|
|
this.addMediaPublishInfo(+num, addTime, obj.platformName, obj.id).then( () => {
|
|
|
- this.currentPage = Math.ceil((this.sum + 1) / this.pageSize);
|
|
|
let req = {
|
|
|
publishPlatformId: this.plateFormId,
|
|
|
page: this.currentPage,
|