Explorar o código

FIX:项目会员详情

Long hai 2 días
pai
achega
00cab48747
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
     },
     /** 更换会员归属按钮操作 */