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
2c0e386e
authored
2025-07-11 11:30:41 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 解决切换不同级别标准带出排序字段
1 parent
6d39fc0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/data_meta/components/standardDialog.vue
src/views/data_meta/components/standardDialog.vue
View file @
2c0e386
...
...
@@ -63,7 +63,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"12"
style=
"padding-right:10px;display: inline-flex;"
v-if=
"
!treeSelectDisabled
"
>
<el-col
:span=
"12"
style=
"padding-right:10px;display: inline-flex;"
v-if=
"
fieldsTableShow
"
>
<el-form-item
label=
"排序字段"
prop=
"orderField"
style=
"width: 70%;"
>
<el-select
v-model=
"form.orderField"
placeholder=
"请选择"
:disabled=
"fieldsDisabled"
>
<el-option
v-for=
"item in form.fieldRQVOS?.filter(f => f.fileNameCode != '').map(f =>
{
...
...
@@ -321,6 +321,8 @@ function parentGuidCheck (node, {checkedKeys}) {
if
(
!
form
.
value
.
publishingUnitCode
)
{
form
.
value
.
publishingUnitCode
=
data
.
publishingUnitCode
}
form
.
value
.
orderField
=
data
.
orderField
;
form
.
value
.
isDisplay
=
data
.
isDisplay
;
form
.
value
.
fieldRQVOS
=
data
.
fieldRSVOS
}
})
...
...
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