Skip to content

Commit

Permalink
Set self-service property on mounted
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro committed Oct 4, 2024
1 parent f18387a commit 8b3f465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@ export default {
this.requestData = this.value;
this.loopContext = this.initialLoopContext;
this.loadTask(true);
this.setSelfService();
},
destroyed() {
this.unsubscribeSocketListeners();
Expand Down

0 comments on commit 8b3f465

Please sign in to comment.