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
57b32e7c
authored
2024-12-27 11:27:34 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
分类分级任务bug修改
1 parent
adaa0abf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
src/views/data_inventory/taskConfig.vue
src/views/data_inventory/taskDetail.vue
src/views/data_inventory/taskConfig.vue
View file @
57b32e7
...
...
@@ -37,7 +37,7 @@ const tableInfo = ref({
label
:
"目录名称"
,
field
:
"cgDirName"
,
width
:
120
,
type
:
"text_btn"
,
columClass
:
'text_btn'
,
click
:
(
scope
)
=>
{
router
.
push
({
name
:
"classifyGradeCatalogue"
,
query
:
{
name
:
scope
.
row
.
cgDirName
},
query
:
{
classifyGuid
:
scope
.
row
.
classifyGuid
},
});
}
},
...
...
src/views/data_inventory/taskDetail.vue
View file @
57b32e7
...
...
@@ -347,7 +347,7 @@ const dialogInfo: any = ref({
size
:
480
,
direction
:
"column"
,
header
:
{
title
:
"
新建
"
,
title
:
"
批量变更
"
,
},
type
:
'form'
,
contents
:
[
...
...
@@ -625,7 +625,7 @@ const btnClick = async (btn, bType = null) => {
router
.
push
({
name
:
"classifyGradeCatalogue"
,
query
:
{
name
:
taskDetail
.
value
.
cgDirName
classifyGuid
:
taskDetail
.
value
.
classifyGuid
}
});
}
else
if
(
type
==
'batch'
)
{
...
...
@@ -699,6 +699,7 @@ const searchField = (val: any, clear: boolean = false) => {
const
cascaderChange
=
(
val
,
info
)
=>
{
if
(
dialogInfo
.
value
.
visible
)
{
const
cascaderData
=
dialogRef
.
value
.
getCascaderCheckedData
();
formItems
.
value
[
0
].
default
=
val
||
[];
formItems
.
value
[
1
].
default
=
cascaderData
.
length
?
cascaderData
[
0
].
data
.
gradeGuid
:
''
;
}
else
{
if
(
info
&&
info
.
row
)
{
...
...
@@ -897,7 +898,7 @@ onMounted(() => {
@
selectChange=
"selectChange"
@
cascaderChange=
"cascaderChange"
@
search=
"searchField"
/>
<div
class=
"tools_btns"
>
<div
class=
"btns"
>
<el-button
type=
"primary"
plain
@
click=
"btnClick(
{ value: 'batch' })">批量变
量
分类分级
</el-button>
<el-button
type=
"primary"
plain
@
click=
"btnClick(
{ value: 'batch' })">批量变
更
分类分级
</el-button>
<el-button
plain
@
click=
"btnClick(
{ value: 'import' })">导入
</el-button>
<el-button
plain
@
click=
"btnClick(
{ value: 'export' })">导出
</el-button>
</div>
...
...
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