From 3b1fc9088c6efc28bbfdab55b61b1626a863036d Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期二, 03 一月 2023 14:42:14 +0800 Subject: [PATCH] 布局调整 --- src/views/padSunmaryProcedure/padFrom.vue | 18 ++++++++---------- 1 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/views/padSunmaryProcedure/padFrom.vue b/src/views/padSunmaryProcedure/padFrom.vue index 78fd6e6..1f30d69 100644 --- a/src/views/padSunmaryProcedure/padFrom.vue +++ b/src/views/padSunmaryProcedure/padFrom.vue @@ -183,16 +183,13 @@ }) }, 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; @@ -206,12 +203,12 @@ 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(','); // }) }, //妯$硦鎼滅储鏌ヨ褰撲簨浜� @@ -286,6 +283,7 @@ } if (names != "") { this.form.hanlders = names.substring(0, names.length - 1); + console.log(this.form.hanlders,'this.form.hanlders') } }, onSubmit() { -- Gitblit v1.9.1