15179599649
2024-01-26 e299b03ac46070fb48f2906807c688c6247f92c7
'修改微信卡顿问问题'
3 files modified
18 ■■■■■ changed files
src/views/Appraising/index.vue 8 ●●●● patch | view | raw | blame | history
src/views/toAppraising/toAppraisingone.vue 5 ●●●●● patch | view | raw | blame | history
src/views/toAppraising/toAppraisingthree.vue 5 ●●●●● patch | view | raw | blame | history
src/views/Appraising/index.vue
@@ -115,13 +115,13 @@
        });
      } else if (item.type == 2) {
        this.$router.push({
          path: "/toAppraisingthree",
          query: { info: JSON.stringify(item) }
          path: "/toAppraisingthree"
          // query: { info: JSON.stringify(item) }
        });
      } else {
        this.$router.push({
          path: "/toAppraisingone",
          query: { info: JSON.stringify(item) }
          path: "/toAppraisingone"
          // query: { info: JSON.stringify(item) }
        });
      }
    }
src/views/toAppraising/toAppraisingone.vue
@@ -80,7 +80,7 @@
        show:false,//打开推荐理由对话框
        cancelshow:false,
        disabledsubmit: false,
        infoData:JSON.parse(this.$route.query.info),
        infoData:{},
        deptname: localStorage.getItem("dept_name"),
        Categorylist:[],
        newshowData:[],
@@ -88,7 +88,7 @@
        temporaryindex:0,
        temporaryindexdad:0,
        canceltemporaryData:{},
        isVote:JSON.parse(this.$route.query.info).isVote
        isVote:null
      };
    },
    computed:{
@@ -105,6 +105,7 @@
    },
    mounted() {
      localStorage.setItem("Appraising", "Appraising");
      this.infoData = this.$store.state.Appraisingitemdata;
      this.infoData.jsonArr=[];
      this.isVote=this.infoData.isVote;
    },
src/views/toAppraising/toAppraisingthree.vue
@@ -80,13 +80,13 @@
        show:false,//打开推荐理由对话框
        cancelshow:false,
        disabledsubmit: false,
        infoData:JSON.parse(this.$route.query.info),
        infoData:{},
        deptname: localStorage.getItem("dept_name"),
        Categorylist:[],
        newshowData:[],
        temporaryData:{},
        canceltemporaryData:{},
        isVote:JSON.parse(this.$route.query.info).isVote
        isVote:null
      };
    },
    computed:{
@@ -100,6 +100,7 @@
    },
    mounted() {
      localStorage.setItem("Appraising", "Appraising");
      this.infoData = this.$store.state.Appraisingitemdata;
      this.infoData.jsonArr=[];
      this.isVote=this.infoData.isVote
    },