From 83c8ed513caa29f7d4b3094e0beb9558a82e01ad Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Thu, 21 Dec 2023 18:11:33 +0800
Subject: [PATCH] 更新

---
 subPackage/workbench/views/cscj.vue |   15 ++-------------
 1 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/subPackage/workbench/views/cscj.vue b/subPackage/workbench/views/cscj.vue
index f08f8cd..9e06ac8 100644
--- a/subPackage/workbench/views/cscj.vue
+++ b/subPackage/workbench/views/cscj.vue
@@ -172,7 +172,7 @@
 	import uploadMixin from "@/mixin/uploadMixin";
 	import lineItem from "@/subPackage/workbench/components/lineItem.vue"
 	import {
-		getLabelList,getLabelCate
+		getLabelList
 	} from "@/api/label/categoryLabel.js";
 	import {
 		getDoorplateAddressDetail,
@@ -416,7 +416,6 @@
 		},
 		onShow() {
 			this.getLabel()
-			this.getCategory();
 			// this.getLocation()
 		},
 		methods: {
@@ -533,7 +532,7 @@
 					})
 					
 					
-					this.form.jwd = `${Number(data.lat).toFixed(6)},${Number(data.lng).toFixed(6)}`
+					this.form.jwd = `${Number(data.lng).toFixed(6)},${Number(data.lat).toFixed(6)}`
 
 					this.form.building = arr.join("")
 					setTimeout(() => {
@@ -722,16 +721,6 @@
 			popup() {
 				this.$refs.uniPopup.open()
 			},
-			
-			getCategory(){
-				getLabelCate({
-					level:2,
-					parentNo:11
-				}).then(res=>{
-					console.log("category===>",res)
-				})
-			},
-			
 
 			getLabel() {
 				getLabelList({

--
Gitblit v1.9.3