|
@@ -151,7 +151,7 @@ export default {
|
|
|
//已发布 已审核
|
|
|
row.status = '5';
|
|
|
updateNEWS(row).then(response => {
|
|
|
- this.$modal.msgSuccess('修改成功');
|
|
|
+ this.$modal.msgSuccess('下架成功');
|
|
|
this.open = false;
|
|
|
this.getList();
|
|
|
});
|
|
@@ -159,7 +159,7 @@ export default {
|
|
|
//已下架
|
|
|
row.status = '4';
|
|
|
updateNEWS(row).then(response => {
|
|
|
- this.$modal.msgSuccess('下架成功');
|
|
|
+ this.$modal.msgSuccess('发布成功');
|
|
|
this.open = false;
|
|
|
this.getList();
|
|
|
});
|