瀏覽代碼

FIX:项目会员详情

Long 2 天之前
父節點
當前提交
00cab48747
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
     },
     /** 更换会员归属按钮操作 */