This commit is contained in:
kuaifan 2021-12-08 23:54:29 +08:00
parent bfd3d2937d
commit c3c3c6b996
5 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.3.36",
"version": "0.3.47",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long

1
public/js/build/56.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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");
//