Browse Source

路由加id

xiaowang_jumxinxi
是小王呀\24601 1 year ago
parent
commit
3563dbf79e
  1. 2
      src/views/modules/base/resi.vue

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

@ -1079,7 +1079,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