Przeglądaj źródła

Merge branch 'fix' into test

test
chenJinxu 1 rok temu
rodzic
commit
be76b929e0
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      src/views/today/emotionDetails.vue

+ 3
- 3
src/views/today/emotionDetails.vue Wyświetl plik

@@ -737,9 +737,9 @@ export default {
},
mounted() {
this.initEchart();
this.current = Number(this.$store.getters.tabClick) || 0;
this.currentDays = this.calcDaysByTabClick(Number(this.$store.getters.tabClick));
this.psyCurrent = this.calcPsyTabindex(EmotionModel[this.params.name].type);
/* this.current = Number(this.$store.getters.tabClick) || 0; */
/* this.currentDays = this.calcDaysByTabClick(Number(this.$store.getters.tabClick)); */
/* this.psyCurrent = this.calcPsyTabindex(EmotionModel[this.params.name].type); */
},
methods: {
loadParams() {


Ładowanie…
Anuluj
Zapisz