|
|
@@ -112,7 +112,7 @@ export default {
|
|
|
let id = this.tableData[index]["id"];
|
|
|
console.log(id);
|
|
|
this.updatePublishPlatformInfo(id, newName).then(() => {
|
|
|
- this.updatePublishPlatformInfo();
|
|
|
+ this.selectPublishPlatformPage();
|
|
|
});
|
|
|
},
|
|
|
// 点击删除
|
|
|
@@ -217,7 +217,7 @@ export default {
|
|
|
console.log(res);
|
|
|
resolve();
|
|
|
} else {
|
|
|
- alert("编辑失败,请重试");
|
|
|
+ alert("删除失败,请重试");
|
|
|
console.log(res);
|
|
|
}
|
|
|
})
|