峰峰执法平台简易案件程序板块 pad端
zhangxiaoxu123
2022-10-26 13c6ab8dad4eb607387531ff21d987a09ee03017
id传不过去问题
2个文件已修改
14 ■■■■■ 已修改文件
src/views/padSunmaryProcedure/padWord.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/padSunmaryProcedure/word_mange/mangeBL.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/padSunmaryProcedure/padWord.vue
@@ -9,13 +9,13 @@
    <el-tabs type="border-card" style="margin-top: 10px!important;" v-model="activeName" @tab-click="handleClick"
             :stretch="true">
      <el-tab-pane label="调查询问笔录" name="first">
        <BiLu :id="id"></BiLu>
        <BiLu v-if="id" :id="id"></BiLu>
      </el-tab-pane>
      <el-tab-pane label="责令限期改正通知书" name="second">
        <GaiZheng :id="id"></GaiZheng>
        <GaiZheng v-if="id" :id="id"></GaiZheng>
      </el-tab-pane>
      <el-tab-pane label="处罚决定书" name="third">
        <JueDingShu :id="id"></JueDingShu>
        <JueDingShu v-if="id" :id="id"></JueDingShu>
      </el-tab-pane>
    </el-tabs>
  </div>
@@ -48,6 +48,7 @@
    if (this.$route.query) {
      this.$nextTick(() => {
        this.id = this.$route.query.id
          console.log(this.id,'id==========')
        this.name1 = this.$route.query.name
      })
    }
src/views/padSunmaryProcedure/word_mange/mangeBL.vue
@@ -1,7 +1,7 @@
<template>
  <el-main style="width: 100%;font-size: 18px;">
    <el-form ref="form" :model="form" label-width="85px" size="24">
      <button>{{id}}</button>
     <h1>{{id}}</h1>
      <el-form-item label="案由">
        <el-input v-model="form.causePoint" placeholder="请填写案由"></el-input>
      </el-form-item>
@@ -175,11 +175,14 @@
    }
  },
  created() {
    // this.getDataList()
    this.getDataList()
    window.getSignUrl =this.getSignUrl;
    window.getFingerUrl =this.getFingerUrl;
// this.getSignUrl();
  },
    mounted() {
        console.log(this.id,'id=================')
    },
  methods: {
    getDataList() {