峰峰执法平台简易案件程序板块 pad端
yang
2022-10-26 92f1aba9418d6824d053423297fb037b4b53ebc2
src/views/padSunmaryProcedure/padWord.vue
@@ -3,6 +3,7 @@
    <div id="navs">
      <el-button icon="el-icon-arrow-left" @click="goHome">返回</el-button>
      <div>{{ name1 }}</div>
      <p>{{id}}</p>
      <el-button icon="el-icon-upload el-icon--right" @click="submit">提交</el-button>
    </div>
    <el-tabs type="border-card" style="margin-top: 10px!important;" v-model="activeName" @tab-click="handleClick"
@@ -36,16 +37,19 @@
  data() {
    return {
      id: '',
      form:{
        id:''
      },
      name1: "",
      activeName: 'second'
    }
  },
  created() {
    if (this.$route.query) {
      // this.$nextTick(() => {
      this.$nextTick(() => {
        this.id = this.$route.query.id
        this.name1 = this.$route.query.name
      // })
      })
    }
  },
  methods: {
@@ -55,9 +59,9 @@
      })
    },
    submit() {
      submitcase(this.id).then(res => {
      /*submitcase(this.id).then(res => {
        this.goHome()
      })
      })*/
    },
    /*goToBL() {
      this.$router.push({