峰峰执法平台简易案件程序板块 pad端
yang
2022-12-28 2591d9565cda1c392a630ddfd988952c7ae65cda
src/views/padSunmaryProcedure/padFrom.vue
@@ -184,12 +184,12 @@
    },
    init() {
      // this.$nextTick(()=>{
      getIdByToken().then(res => {
        console.log(res, 'getIdByToken')
        let a = res.data.data;
      // getIdByToken().then(res => {
      //   console.log(res, 'getIdByToken')
      //   let a = res.data.data;
        // let b = parseInt(a)
        this.form.hanlderIds.push(a)
      })
        // this.form.hanlderIds.push(a)
      // })
      //查询办案人员信息
      getfindAll().then((res) => {
        this.organPersons = res.data.data;