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 |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/views/padSunmaryProcedure/padFrom.vue b/src/views/padSunmaryProcedure/padFrom.vue
index 5bab3da..1f30d69 100644
--- a/src/views/padSunmaryProcedure/padFrom.vue
+++ b/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() {

--
Gitblit v1.9.1