峰峰执法平台简易案件程序板块 pad端
付延余
2023-01-03 3b1fc9088c6efc28bbfdab55b61b1626a863036d
src/views/padSunmaryProcedure/padFrom.vue
@@ -173,7 +173,7 @@
    }
  },
  created() {
    this.latlng = window.android.getAddress();
    // this.latlng = window.android.getAddress();
    this.init()
  },
  methods: {
@@ -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;
@@ -283,6 +283,7 @@
      }
      if (names != "") {
        this.form.hanlders = names.substring(0, names.length - 1);
        console.log(this.form.hanlders,'this.form.hanlders')
      }
    },
    onSubmit() {