峰峰执法平台简易案件程序板块 pad端
付延余
2023-01-04 a6b40a1b80b586f7dbd874f3939f5e06fcc752d2
src/views/padSunmaryProcedure/word-view.vue
@@ -17,7 +17,7 @@
    };
  },
  created() {
    console.log(this.$route,'this.$route======')
    console.log(this.$route.query,'this.$route======')
    if (this.$route.query) {
      if(this.$route.query.wordData){
        // this.dataForm = this.$route.query.wordData
@@ -27,7 +27,10 @@
      }else {
        // this.dataForm = this.$route.query.dawordData
        this.$nextTick(() => {
          exportDoc(this.$route.query.wordData, this.$route.query.src,this.$refs.word)
          exportDoc(this.$route.query.wordData, this.$route.query.src,this.$route.query.name);
          this.$router.push({
            path: '/pad',
          })
        })
      }
    }