峰峰执法平台简易案件程序板块 pad端
yang
2022-10-26 1b3f4dd63fe08c6e8a48a635746aec1ea49c9c43
src/views/padSunmaryProcedure/word_mange/mangeBL.vue
@@ -141,9 +141,9 @@
export default {
  name: "mangeBL",
  props: ['id'],
  data() {
    return {
        id:'',
      value1: [],
      form: {
        causePoint: "",
@@ -173,7 +173,9 @@
      },
    }
  },
  created() {
  mounted() {
    this.id = this.$store.state.user.id
    console.log(this.id,'id')
    this.getDataList()
    window.getSignUrl =this.getSignUrl;
    window.getFingerUrl =this.getFingerUrl;
@@ -184,14 +186,11 @@
    },*/
  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.form = res.data.data
            this.value1.push(res.data.data.startTime)
            this.value1.push(res.data.data.endTime)
        })
      })
    },
    // 点击添加