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
6095edbe
authored
2022-12-05 10:53:59 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:共有方式
1 parent
f2427aed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
src/views/workflow/components/qlrCommonTable.vue
src/views/workflow/components/qlrCommonTable.vue
View file @
6095edb
...
...
@@ -121,7 +121,6 @@ export default {
}
else
{
that
.
tableDataList
=
_
.
cloneDeep
(
val
)
}
this
.
column
=
this
.
InformationTable
})
},
immediate
:
true
,
...
...
@@ -130,7 +129,7 @@ export default {
gyfs
:
{
handler
(
newVal
,
oldValue
)
{
let
dataList
=
_
.
cloneDeep
(
this
.
InformationTable
)
if
(
newVal
==
'0'
)
{
if
(
newVal
==
0
)
{
this
.
column
=
_
.
cloneDeep
(
dataList
).
slice
(
1
,
dataList
.
length
)
}
else
if
((
newVal
==
'1'
||
newVal
==
'3'
))
{
this
.
column
=
dataList
...
...
@@ -170,12 +169,10 @@ export default {
// 修改
editClick
(
index
,
row
)
{
//console.log(row, 'rowrowrowrowrow');
this
.
dataIndex
=
index
this
.
dialog
=
true
this
.
details
=
row
},
queryViewClick
()
{
this
.
dialog
=
true
}
...
...
Please
register
or
sign in
to post a comment