From b68176d860674ef79a0acf30cb85ae3ec02ee871 Mon Sep 17 00:00:00 2001
From: zhang_li
Date: Tue, 13 May 2025 14:59:03 +0800
Subject: [PATCH] =?UTF-8?q?SBBJ-971=E7=BB=84=E4=BB=B6=E5=B0=81=E8=A3=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/costCenterMapping/index.ts | 2 +-
src/components/costCenter/index.vue | 85 +++++++----------------------
src/pages/outLocation/addForm.vue | 34 +++++++-----
3 files changed, 40 insertions(+), 81 deletions(-)
diff --git a/src/api/costCenterMapping/index.ts b/src/api/costCenterMapping/index.ts
index 070d96e..13c1abc 100644
--- a/src/api/costCenterMapping/index.ts
+++ b/src/api/costCenterMapping/index.ts
@@ -12,5 +12,5 @@ export interface CostCenterMappingVO {
// 根据库区编号获取成本中心
export function findList(data) {
console.log('findList.data',data)
- return http.get({ url: `/eam/cost-center-mapping/findList`, data })
+ return http.get( `/eam/cost-center-mapping/findList`, data )
}
\ No newline at end of file
diff --git a/src/components/costCenter/index.vue b/src/components/costCenter/index.vue
index 609e20c..8dc22c4 100644
--- a/src/components/costCenter/index.vue
+++ b/src/components/costCenter/index.vue
@@ -3,7 +3,7 @@
-
-
-
-
-
-
-
-
- {{ tooltipContent }}
-
diff --git a/src/pages/outLocation/addForm.vue b/src/pages/outLocation/addForm.vue
index 5f1e50a..47d045b 100644
--- a/src/pages/outLocation/addForm.vue
+++ b/src/pages/outLocation/addForm.vue
@@ -149,7 +149,7 @@
-
+