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
e5653fa5
authored
2023-08-02 10:10:31 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
454fff5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/workflow/components/spyj.vue
src/views/workflow/components/spyj.vue
View file @
e5653fa
...
...
@@ -157,12 +157,13 @@ export default {
this
.
tableData
.
forEach
((
item
)
=>
{
item
.
show
=
true
;
if
(
this
.
$parent
.
dqhj
==
item
.
jddm
)
{
item
[
"stepid"
]
=
this
.
$route
.
query
.
bestepid
;
item
.
shjssj
=
getNewDatesh
();
item
.
shkssj
=
getNewDatesh
();
item
[
"shryxm"
]
=
this
.
userInfo
.
name
;
item
[
"userid"
]
=
this
.
userInfo
.
id
;
item
.
show
=
false
;
}
item
.
shjssj
=
getNewDatesh
();
item
.
shkssj
=
getNewDatesh
();
item
[
"shryxm"
]
=
this
.
userInfo
.
name
;
item
[
"userid"
]
=
this
.
userInfo
.
id
;
});
}
});
...
...
@@ -180,7 +181,6 @@ export default {
onSubmit
()
{
this
.
tableData
.
forEach
((
item
,
index
)
=>
{
item
[
"bsmBusiness"
]
=
this
.
propsParam
.
bsmBusiness
;
item
[
"stepid"
]
=
this
.
$route
.
query
.
bestepid
;
item
[
"czjg"
]
=
"1"
;
});
saveSpyjBySlsq
(
this
.
tableData
).
then
((
res
)
=>
{
...
...
Please
register
or
sign in
to post a comment