峰峰执法平台简易案件程序板块 pad端
zhangxiaoxu123
2022-10-26 2a158bb96daa1254a0b3d0de1961afbda59f8308
src/views/padSunmaryProcedure/padWord.vue
@@ -35,6 +35,7 @@
  },
  data() {
    return {
        id:'',
      form:{
        id:''
      },
@@ -43,6 +44,7 @@
    }
  },
  created() {
      this.id = this.$store.state.user.id
    if (this.$route.query) {
      this.$nextTick(() => {
        this.name1 = this.$route.query.name
@@ -56,7 +58,7 @@
      })
    },
    submit() {
      submitcase(this.id).then(res => {
      submitcase({id:this.id}).then(res => {
        this.goHome()
      })
    },