Browse Source

FIX:项目会员详情

Long 2 days ago
parent
commit
00cab48747
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;
       var that=this;
       that.show.open=true;
       that.show.open=true;
       setTimeout(() => {
       setTimeout(() => {
-        that.$refs.storeUserDetails.getDetails(row.userId);
+        that.$refs.userDetailsByNew.getDetails(row.userId);
       }, 200);
       }, 200);
     },
     },
     /** 更换会员归属按钮操作 */
     /** 更换会员归属按钮操作 */