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
47febc77
authored
2024-12-30 17:11:32 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev_20241202_xukangle' into develop
2 parents
a4b59d52
8564e161
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
src/views/data_inventory/classifyGradeCatalogue.vue
src/views/data_inventory/dataLabel.vue
src/views/data_inventory/classifyGradeCatalogue.vue
View file @
47febc7
...
...
@@ -1301,7 +1301,7 @@ onActivated(async () => {
<div
class=
"btns-area"
>
<div
class=
"left-btns"
>
<el-button
type=
"primary"
@
click=
"addStandardSet"
>
查看已生产报告
</el-button>
<el-button
@
click=
"btnClick
()
"
>
导出
</el-button>
<el-button
@
click=
"btnClick"
>
导出
</el-button>
<el-button
@
click=
"batchControlRules"
>
批量配置业务规则
</el-button>
</div>
</div>
...
...
src/views/data_inventory/dataLabel.vue
View file @
47febc7
...
...
@@ -256,6 +256,7 @@ const tableInfo = ref({
console
.
log
(
'编辑'
,
scope
);
newCreateGradeStandardDialogInfo
.
value
.
submitBtnLoading
=
false
;
newCreateGradeStandardDialogInfo
.
value
.
title
=
'编辑标签'
;
classifyGuid
.
value
=
scope
.
row
.
classifyGuid
;
await
getGradeListData
(
scope
.
row
.
gradeGuid
);
// 遍历classGradeTreeData 找到对应的guid item的refGradeGuid
classGradeTreeData
.
value
.
forEach
((
element
:
any
)
=>
{
...
...
@@ -401,6 +402,7 @@ const tableBtnClick = async (scope, value) => {
// newCreateGradeStandardDialogInfo.value.visible = true;
newCreateGradeStandardDialogInfo
.
value
.
submitBtnLoading
=
false
;
newCreateGradeStandardDialogInfo
.
value
.
title
=
'编辑标签'
;
classifyGuid
.
value
=
scope
.
row
.
classifyGuid
;
await
getGradeListData
(
scope
.
row
.
gradeGuid
);
// 遍历classGradeTreeData 找到对应的guid item的refGradeGuid
classGradeTreeData
.
value
.
forEach
((
element
:
any
)
=>
{
...
...
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