|
|
@ -347,7 +347,7 @@ export default { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择一条记录进行重推操作' }) |
|
|
|
return |
|
|
|
} else { |
|
|
|
req.ctcgykd(this.sids[0]).then((resp) => { |
|
|
|
req.ctcgykd({ cgrkdSid: this.sids[0] }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.$message({ showClose: true, type: 'success', message: '推送成功' }) |
|
|
|
this.getList() |
|
|
|