@@ -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);
},
/** 更换会员归属按钮操作 */