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
2167fc9d
authored
2024-03-20 17:19:35 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
11
1 parent
aa65852d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/views/workflow/main/swxx/index.vue
src/views/workflow/main/swxx/index.vue
View file @
2167fc9
...
...
@@ -199,6 +199,9 @@
getDetail
(
this
.
propsParam
.
bsmSldy
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
that
.
ruleForm
=
res
.
result
;
if
(
res
.
result
.
wqht
==
null
){
return
;
}
if
(
res
.
result
.
wqht
.
htnr
!=
""
&&
res
.
result
.
wqht
.
htnr
!=
null
){
let
htxx
=
JSON
.
parse
(
res
.
result
.
wqht
.
htnr
);
that
.
fwxx
=
htxx
[
0
].
h
[
0
];
...
...
Please
register
or
sign in
to post a comment