峰峰执法平台简易案件程序板块 pad端
zhangxiaoxu123
2022-10-26 ce3c9d345a27d3a86e6c096d927f3ee619b6e68f
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,8 @@
      },
    }
  },
  created() {
  mounted() {
    this.id = this.$store.state.user.id
    this.getDataList()
    window.getSignUrl =this.getSignUrl;
    window.getFingerUrl =this.getFingerUrl;
@@ -184,14 +185,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)
        })
      })
    },
    // 点击添加