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 @@ 成本中心 - + @@ -28,23 +28,10 @@ - 取消 - 确认 + 取消 + 确认 - - - - - X - - - - - -
- {{ 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 @@ - +