Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 8, 2021
1 parent bfd3d29 commit c3c3c6b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.3.36",
"version": "0.3.47",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/js/build/56.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/js/build/663.js

This file was deleted.

3 changes: 3 additions & 0 deletions resources/assets/js/pages/manage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ export default {
},
mounted() {
this.$store.state.method.clearLocal();
this.$store.dispatch("saveUserInfo", this.userInfo);
//
this.$store.dispatch("getUserInfo");
this.$store.dispatch("getTaskPriority");
//
Expand Down

0 comments on commit c3c3c6b

Please sign in to comment.