Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
f0c30785
authored
2024-01-18 15:06:01 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
b45632cc
64ce8ccc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
src/views/djbworkflow/components/qlrCommonTable.vue
src/views/djbworkflow/components/ywrCommonTable.vue
src/views/workflow/components/ywrCommonTable.vue
src/views/djbworkflow/components/qlrCommonTable.vue
View file @
f0c3078
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-18 1
4:22:0
6
* @LastEditTime: 2024-01-18 1
5:03:5
6
-->
<
template
>
<div>
...
...
@@ -181,6 +181,7 @@
that
.
tableDataList
=
_
.
cloneDeep
([])
}
else
{
that
.
tableDataList
=
_
.
cloneDeep
(
val
)
that
.
key
++
}
})
},
...
...
@@ -193,6 +194,7 @@
if
(
newVal
==
0
)
{
this
.
column
=
_
.
cloneDeep
(
dataList
);
this
.
tableDataList
=
_
.
cloneDeep
(
this
.
tableData
);
this
.
key
++
}
else
if
(
newVal
==
"1"
||
newVal
==
"3"
)
{
this
.
column
=
dataList
;
}
else
{
...
...
src/views/djbworkflow/components/ywrCommonTable.vue
View file @
f0c3078
...
...
@@ -181,6 +181,7 @@
that
.
tableDataList
=
_
.
cloneDeep
([])
}
else
{
that
.
tableDataList
=
_
.
cloneDeep
(
val
)
that
.
key
++
}
})
},
...
...
src/views/workflow/components/ywrCommonTable.vue
View file @
f0c3078
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-18 1
4:51:42
* @LastEditTime: 2024-01-18 1
5:03:10
-->
<
template
>
<div>
...
...
@@ -126,6 +126,7 @@
if
(
val
.
length
==
0
||
!
val
)
{
}
else
{
that
.
tableDataList
=
_
.
cloneDeep
(
val
)
this
.
key
++
}
})
},
...
...
@@ -138,6 +139,7 @@
if
(
newVal
==
0
)
{
this
.
column
=
_
.
cloneDeep
(
dataList
)
this
.
tableDataList
=
_
.
cloneDeep
(
this
.
tableData
)
this
.
key
++
}
else
if
((
newVal
==
'1'
||
newVal
==
'3'
))
{
this
.
column
=
dataList
}
else
{
...
...
Please
register
or
sign in
to post a comment