From 08ed3e3a743167381737e985060be5239a36c3d7 Mon Sep 17 00:00:00 2001
From: kun <1422840143@qq.com>
Date: Mon, 31 Jul 2023 17:04:53 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 4 +-
src/api/modules/huizhou.ts | 4 +
.../goverment/huizhou/droneImaging/index.vue | 160 ++++++++++++-
.../divisionsAndISubItems/index.vue | 210 +++++++++++++++---
.../components/transformInfo1.vue | 14 ++
.../planFinishSituation/index.vue | 12 +-
.../subItemManagement/index.vue | 4 -
.../unmannedVideo/videoData/index.vue | 4 +-
8 files changed, 366 insertions(+), 46 deletions(-)
diff --git a/.env.development b/.env.development
index ebb6d1b..e1394ff 100644
--- a/.env.development
+++ b/.env.development
@@ -2,10 +2,10 @@
NODE_ENV = 'development'
# 本地环境接口地址(/api/index.ts文件中使用)
-# VITE_API_URL = 'http://192.168.34.155:6688'
+VITE_API_URL = 'http://192.168.34.155:6688'
# VITE_API_URL = 'http://2xliv7gs.shenzhuo.vip:55296'
VITE_WPAPI_URL = "http://182.90.224.147:8081"
-VITE_API_URL = "http://182.90.224.147:9013"
+# VITE_API_URL = "http://182.90.224.147:9013"
# 上传
# VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url='
diff --git a/src/api/modules/huizhou.ts b/src/api/modules/huizhou.ts
index d3694c0..f3d51f8 100644
--- a/src/api/modules/huizhou.ts
+++ b/src/api/modules/huizhou.ts
@@ -49,6 +49,10 @@ export const parentItemGovermentList = (params: any) => {
export const bigItemGovermentAll = (params: any) => {
return http.post(BASEURL + `/gov/projectSubItem/list`, params);
};
+// 分部分项工程分页列表(政务端)
+export const bigItemGovermentEngList = (params: any) => {
+ return http.post(BASEURL + `/gov/projectSubItem/engineeringPage`, params);
+};
// 投资支付管理(项目端)------
// 投资支付合同管理分页列表
diff --git a/src/views/goverment/huizhou/droneImaging/index.vue b/src/views/goverment/huizhou/droneImaging/index.vue
index 16729aa..8531363 100644
--- a/src/views/goverment/huizhou/droneImaging/index.vue
+++ b/src/views/goverment/huizhou/droneImaging/index.vue
@@ -44,6 +44,7 @@