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
01f9c92c
authored
2023-08-24 09:12:13 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
2761d1cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
src/views/workflow/components/spyj.vue
src/views/workflow/components/spyj.vue
View file @
01f9c92
...
...
@@ -139,7 +139,7 @@ export default {
formdata
.
append
(
"bestepid"
,
this
.
$route
.
query
.
bestepid
);
getSpyjList
(
formdata
).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
$nextTick
(()
=>
{
this
.
tableData
=
res
.
result
;
...
...
@@ -150,6 +150,7 @@ export default {
var
index
=
this
.
tableData
.
findIndex
(
(
item
)
=>
item
.
jddm
===
this
.
$parent
.
dqhj
);
console
.
log
(
"this.tableData111"
,
this
.
tableData
);
if
(
index
==
-
1
)
{
switch
(
this
.
$parent
.
dqhj
)
{
case
"cs"
:
...
...
@@ -162,6 +163,7 @@ export default {
this
.
tableData
.
push
({
jdmc
:
"核定"
,
jddm
:
"hd"
,
sxh
:
3
});
break
;
}
console
.
log
(
"this.tableData222"
,
this
.
tableData
);
}
this
.
tableData
.
forEach
((
item
)
=>
{
item
.
show
=
true
;
...
...
@@ -173,9 +175,13 @@ export default {
item
[
"userid"
]
=
this
.
userInfo
.
id
;
item
.
show
=
false
;
}
console
.
log
(
"this.tableData333"
,
this
.
tableData
);
});
console
.
log
(
"this.tableData444"
,
this
.
tableData
);
this
.
$endLoading
();
});
}
});
},
/**
...
...
Please
register
or
sign in
to post a comment