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
c7716f61
authored
2022-09-02 10:56:13 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
业务申请
1 parent
c9cf77e6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/ywbl/ywsq/components/scdj/scdj.vue
src/views/ywbl/ywsq/components/scdj/scdj.vue
View file @
c7716f6
...
...
@@ -116,7 +116,7 @@ export default {
}).
then
(
res
=>
{
this
.
saveloding
=
false
this
.
$emit
(
"closeDialog"
)
const
{
href
}
=
this
.
$router
.
resolve
(
'/fqsq?bsmS
qyw='
+
this
.
bsmSqyw
+
'&bsmSlsq='
+
res
.
message
)
const
{
href
}
=
this
.
$router
.
resolve
(
'/fqsq?bsmS
lsq='
+
res
.
result
.
bsmSlsq
+
'&bestepid='
+
res
.
result
.
bestepid
)
window
.
open
(
href
,
'_blank'
);
})
},
...
...
Please
register
or
sign in
to post a comment