Browse Source

Merge branch 'xiaowang_jumxinxi' into dev

feature
mk 1 year ago
parent
commit
c915962c15
  1. 2
      src/views/modules/base/resi.vue

2
src/views/modules/base/resi.vue

@ -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);

Loading…
Cancel
Save