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
5ffbe667
authored
2025-03-12 14:35:49 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据盘点按文件新建下一步给字符默认值
1 parent
10d37df8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
src/api/modules/dataInventory.ts
src/views/data_inventory/tableCreateFile.vue
src/api/modules/dataInventory.ts
View file @
5ffbe66
...
...
@@ -835,8 +835,14 @@ export const getBizRuleConfigDetail = (params) => request({
* @param {Object}
* @path /db-dir/field/get-field-en-name
*/
// export const getFidldEnName = (data) => request({
// url: `${import.meta.env.VITE_APP_CHECK_BASEURL}/db-dir/field/get-field-en-name`,
// method: 'post',
// data
// })
export
const
getFidldEnName
=
(
data
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_APP_C
HECK_BASEURL
}
/db-dir/field/get-field-en
-name`
,
url
:
`
${
import
.
meta
.
env
.
VITE_APP_C
OMMON_URL
}
/common/convert-field-ch
-name`
,
method
:
'post'
,
data
})
...
...
src/views/data_inventory/tableCreateFile.vue
View file @
5ffbe66
...
...
@@ -121,6 +121,8 @@ const getSubjectField = () => {
tableCreateInfo
.
value
.
tableFields
=
res
.
data
?.
map
((
field
,
i
)
=>
{
field
.
dimOrdictionaryGuid
=
field
.
dictionaryGuid
;
field
.
fileFieldName
=
fileTableFields
.
value
[
i
].
chName
;
field
.
fieldChName
=
field
.
chName
;
field
.
fieldName
=
field
.
enName
;
field
.
isEdit
=
true
;
!
field
.
notNull
&&
(
field
.
notNull
=
'N'
);
return
field
;
...
...
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