wolfboys commented on code in PR #1792:
URL: 
https://github.com/apache/incubator-streampark/pull/1792#discussion_r991332496


##########
streampark-console/streampark-console-webapp/src/views/system/member/MemberAdd.vue:
##########
@@ -119,10 +117,7 @@ export default {
       this.form.validateFields((err, member) => {
         if (!err && this.validateStatus === 'success') {
           this.loading = true
-          post({
-            ...member,

Review Comment:
   > The member page cann't be refresh when I switch the team. It may be missed 
case.
   
   The teamId will be passed to the backend in all requests .
   see  request.js line 80. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to