Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ea9be508
authored
2026-03-19 16:11:19 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改导入数据使用的接口地址
1 parent
a9cb65c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/api/modules/queryService.ts
src/views/importFile.vue
src/api/modules/queryService.ts
View file @
ea9be50
...
...
@@ -212,13 +212,13 @@ export const addImportData = (url, params) => request({
})
// 数据导入-删除
export
const
deleteImportData
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_AP
P_ADD_FILE
}
/import-data/delete`
,
url
:
`
${
import
.
meta
.
env
.
VITE_AP
I_COMMON_URL
}
/import-data/delete`
,
method
:
'delete'
,
data
:
params
,
})
// 数据导入-分页查询
export
const
getImportData
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_AP
P_ADD_FILE
}
/import-data/page-list`
,
url
:
`
${
import
.
meta
.
env
.
VITE_AP
I_COMMON_URL
}
/import-data/page-list`
,
method
:
'post'
,
data
:
params
,
})
...
...
src/views/importFile.vue
View file @
ea9be50
...
...
@@ -438,7 +438,7 @@ const importData = (info) => {
});
let
paramUrl
=
''
;
if
(
isfileImport
==
'2'
)
{
paramUrl
=
`ms-
daop-zcgl-asset-dam
-service/dam-catalog-table/excel-by-subject-guid?staffGuid=
${
userData
.
staffGuid
}
&subjectGuid=
${
route
.
query
.
bizGuid
}
`
paramUrl
=
`ms-
connector-trust-data-space
-service/dam-catalog-table/excel-by-subject-guid?staffGuid=
${
userData
.
staffGuid
}
&subjectGuid=
${
route
.
query
.
bizGuid
}
`
}
else
if
(
isfileImport
==
'4'
)
{
if
(
!
info
.
databaseNameZh
)
{
ElMessage
({
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment