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
9ffb1997
authored
2023-07-05 14:58:39 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
724b331e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
src/views/workflow/components/tdytTable.vue
src/views/workflow/components/tdytTable.vue
View file @
9ffb199
...
...
@@ -121,7 +121,6 @@ export default {
let
that
=
this
;
this
.
$nextTick
(()
=>
{
if
(
val
.
length
==
0
||
!
val
)
{
console
.
log
(
"看见1"
);
that
.
tableDataList
=
_
.
cloneDeep
([
{
yt
:
""
,
...
...
@@ -136,7 +135,6 @@ export default {
this
.
tdyt
=
null
}
}
else
{
console
.
log
(
"看见2"
);
that
.
tableDataList
=
_
.
cloneDeep
(
val
);
if
(
that
.
tableDataList
.
length
>
0
){
this
.
tdyt
=
that
.
tableDataList
[
0
].
yt
...
...
@@ -170,14 +168,12 @@ export default {
},
// 修改事件
addrow
()
{
console
.
log
(
"this.$parent.bsmqlxx"
,
this
.
$parent
.
$parent
.
bsmqlxx
);
this
.
tableDataList
=
this
.
tableDataList
.
map
((
item
)
=>
{
return
{
...
item
,
yt
:
this
.
tdyt
}
})
console
.
log
(
"this.tableDataList"
,
this
.
tableDataList
);
this
.
$emit
(
"upDateTdytxxList"
,
this
.
tableDataList
);
},
// 新增
...
...
@@ -189,7 +185,6 @@ export default {
// 删除
deleClick
(
index
,
row
)
{
console
.
log
(
"删除"
);
this
.
$confirm
(
"确定要删除吗, 是否继续?"
,
"提示"
,
{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
...
...
Please
register
or
sign in
to post a comment