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
75a883d9
authored
2023-08-25 15:26:54 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
缮证
1 parent
cdcf248d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/views/workflow/components/szxx.vue
src/views/workflow/components/szxx.vue
View file @
75a883d
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-25 15:2
5:30
* @LastEditTime: 2023-08-25 15:2
6:39
-->
<
template
>
<div
class=
"szxx"
>
...
...
@@ -116,7 +116,6 @@
var
bsmSlsq
=
this
.
$route
.
query
.
bsmSlsq
;
getSlsqBdcqzList
({
bsmSlsq
:
bsmSlsq
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
debugger
this
.
tableData
=
res
.
result
;
if
(
res
.
result
)
{
this
.
bdcqz
=
res
.
result
[
0
];
...
...
Please
register
or
sign in
to post a comment