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
ca03ef43
authored
2025-06-30 11:06:23 +0800
by
fanguang
Committed by
lihua
2025-06-30 14:35:25 +0800
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
7472f3b6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
src/views/data_meta/components/standardDialog.vue
src/views/data_meta/standard-import.vue
src/views/data_meta/standard-meta-import.vue
src/views/data_meta/components/standardDialog.vue
View file @
ca03ef4
...
...
@@ -32,6 +32,7 @@
clearable
@
check=
"parentGuidCheck"
@
clear=
"parentGuidClear"
@
nodeClick=
"parentGuidCheck"
/>
<!--
<el-cascader
v-model=
"form.parentGuid"
...
...
@@ -278,12 +279,13 @@ watch(
{
deep
:
true
}
)
function
parentGuidCheck
(
node
,
{
checkedKeys
})
{
console
.
log
(
'node'
,
node
)
// fieldsControlDisabled.value = false
treeCurrentNode
.
value
=
node
if
(
checkedKeys
.
length
===
0
)
{
treeCurrentNode
.
value
=
{}
return
}
//
if (checkedKeys.length === 0) {
//
treeCurrentNode.value = {}
//
return
//
}
if
(
node
.
level
==
1
)
return
// 上级标准带出标准编号和发布单位
...
...
src/views/data_meta/standard-import.vue
View file @
ca03ef4
...
...
@@ -609,4 +609,7 @@ onActivated(() => {
.upload_panel_wrap
.upload_panel
.file_panel
.file_item
.file_btn
{
word-break
:
keep-all
;
}
.upload_panel_wrap
.upload_step_panel
.upload_panel
{
padding-top
:
42px
!important
;
}
</
style
>
...
...
src/views/data_meta/standard-meta-import.vue
View file @
ca03ef4
...
...
@@ -609,4 +609,7 @@ onActivated(() => {
.upload_panel_wrap
.upload_panel
.file_panel
.file_item
.file_btn
{
word-break
:
keep-all
;
}
.upload_panel_wrap
.upload_step_panel
.upload_panel
{
padding-top
:
42px
!important
;
}
</
style
>
...
...
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