| | |
| | | } |
| | | }, |
| | | created() { |
| | | this.latlng = window.android.getAddress(); |
| | | // this.latlng = window.android.getAddress(); |
| | | this.init() |
| | | }, |
| | | methods: { |
| | |
| | | }, |
| | | 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; |
| | |
| | | } |
| | | if (names != "") { |
| | | this.form.hanlders = names.substring(0, names.length - 1); |
| | | console.log(this.form.hanlders,'this.form.hanlders') |
| | | } |
| | | }, |
| | | onSubmit() { |