| | |
| | | }) |
| | | }, |
| | | init() { |
| | | // let all = window.android.getAddress(); |
| | | // let all1 = all.splice('') |
| | | // this.form.place = window.android.getAddress(); |
| | | // 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; |
| | |
| | | this.areaList = res.data.data; |
| | | }) |
| | | |
| | | /*let obj = this.latlng.split(','); |
| | | let obj = this.latlng.split(','); |
| | | this.form.place = obj[2]; |
| | | let arr =[]; |
| | | arr.push(obj[0]); |
| | | arr.push(obj[1]) |
| | | this.form.latitude = arr.join(',');*/ |
| | | this.form.latitude = arr.join(','); |
| | | // }) |
| | | }, |
| | | //模糊搜索查询当事人 |
| | |
| | | } |
| | | if (names != "") { |
| | | this.form.hanlders = names.substring(0, names.length - 1); |
| | | console.log(this.form.hanlders,'this.form.hanlders') |
| | | } |
| | | }, |
| | | onSubmit() { |