Browse Source

Merge remote-tracking branch 'origin/master'

三七 1 day ago
parent
commit
b5e0ba6c8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/his/user/indexProject.vue

+ 1 - 1
src/views/his/user/indexProject.vue

@@ -693,7 +693,7 @@ export default {
       var that=this;
       that.show.open=true;
       setTimeout(() => {
-        that.$refs.storeUserDetails.getDetails(row.userId);
+        that.$refs.userDetailsByNew.getDetails(row.userId);
       }, 200);
     },
     /** 更换会员归属按钮操作 */