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