|
@@ -755,7 +755,7 @@ export default {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
this.getSpltList()
|
|
this.getSpltList()
|
|
this.selectedRowKeys = []
|
|
this.selectedRowKeys = []
|
|
- this.$message.success('推送成功');
|
|
|
|
|
|
+ this.$message.success(res.message);
|
|
}else{
|
|
}else{
|
|
this.getSpltList()
|
|
this.getSpltList()
|
|
this.$message.error(res.message);
|
|
this.$message.error(res.message);
|