guhongwei 4 years ago
parent
commit
cf076a603d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/user/parts/expeUser.vue

+ 1 - 1
src/views/user/parts/expeUser.vue

@@ -91,7 +91,7 @@ export default {
     },
     // 修改
     toEdit({ data }) {
-      this.$router.push({ path: '/user/detail', query: { id: data.id, type: '6' } });
+      this.$router.push({ path: '/user/detail', query: { id: data.user_id, type: '6' } });
     },
     // 删除
     async toDelete({ data }) {