峰峰执法平台简易案件程序板块 pad端
yang
2022-10-26 92f1aba9418d6824d053423297fb037b4b53ebc2
src/views/padSunmaryProcedure/word_mange/mangeBL.vue
@@ -1,6 +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>
      <el-form-item label="案由">
        <el-input v-model="form.causePoint" placeholder="请填写案由"></el-input>
      </el-form-item>
@@ -144,7 +145,6 @@
  props: ['id'],
  data() {
    return {
      props: ['id'],
      value1: [],
      form: {
        causePoint: "",
@@ -175,18 +175,23 @@
    }
  },
  created() {
    this.getDataList()
    // this.getDataList()
    window.getSignUrl =this.getSignUrl;
    window.getFingerUrl =this.getFingerUrl;
// this.getSignUrl();
  },
  methods: {
    getDataList() {
      this.$nextTick(()=>{
        console.log(this.id,'this.id')
      inquiryquestion(this.id).then(res => {
        this.form = res.data.data
        this.value1.push(res.data.data.startTime)
        this.value1.push(res.data.data.endTime)
          /*this.value1.push(res.data.data.startTime)
          this.value1.push(res.data.data.endTime)*/
      })
      })
    },
    // 点击添加
    addEle() {