|
@ -261,7 +261,10 @@ export default { |
|
|
}, |
|
|
}, |
|
|
dealAction(row) { |
|
|
dealAction(row) { |
|
|
this.$http |
|
|
this.$http |
|
|
.get(`/events/PushToCity/receive`, { processId: row.processId }) |
|
|
.get(`/events/PushToCity/receive`, { |
|
|
|
|
|
params:{ |
|
|
|
|
|
processId: row.processId |
|
|
|
|
|
} }) |
|
|
.then(({ data: res }) => { |
|
|
.then(({ data: res }) => { |
|
|
if (res.code !== 0) { |
|
|
if (res.code !== 0) { |
|
|
return this.$message.error(res.msg); |
|
|
return this.$message.error(res.msg); |
|
|