|
|
@ -1077,7 +1077,7 @@ export default { |
|
|
|
async confirresi(row) { |
|
|
|
let userIds = row.resiId; |
|
|
|
this.$http |
|
|
|
.post("/actual/base/residentCategoryUpdateInfo/unchangeSingleUpdate", userIds) |
|
|
|
.post(`/actual/base/residentCategoryUpdateInfo/unchangeSingleUpdate/${userIds}` ) |
|
|
|
.then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg); |
|
|
|