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
9527b000
authored
2022-09-01 18:21:24 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
b04473a6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/fqsq/components/th.vue
src/views/ywbl/fqsq/components/zc.vue
src/views/ywbl/dbx/dbx.vue
View file @
9527b00
...
...
@@ -102,7 +102,7 @@ export default {
}
else
{
//切换到该页面时执行
if
(
window
.
location
.
hash
==
'#/ywbl/dbx'
)
{
console
.
log
(
'让我看看'
,
window
.
location
)
th
at
.
fetchData
()
th
is
.
fetchData
()
}
}
},
...
...
src/views/ywbl/fqsq/components/th.vue
View file @
9527b00
...
...
@@ -111,14 +111,16 @@ export default {
bsmBusiness
:
this
.
bsmBusiness
,
outstepopinion
:
this
.
outstepopinion
})
console
.
log
(
this
.
list
,
44
)
sendBackTask
(
this
.
list
).
then
(
res
=>
{
console
.
log
(
res
,
11
)
if
(
res
.
code
===
200
)
{
this
.
$message
.
success
(
'退回成功'
)
setTimeout
(()
=>
{
window
.
opener
=
null
;
window
.
open
(
"about:blank"
,
"_self"
);
window
.
close
();
this
.
$emit
(
'input'
,
false
)
},
1000
);
}
else
{
this
.
$message
.
error
(
res
.
message
)
}
...
...
src/views/ywbl/fqsq/components/zc.vue
View file @
9527b00
...
...
@@ -37,12 +37,13 @@ export default {
completeTask
(
this
.
queryForm
).
then
(
res
=>
{
console
.
log
(
res
)
if
(
res
.
code
===
200
)
{
console
.
log
(
res
,
555
)
this
.
$message
.
success
(
'转件成功'
)
setTimeout
(()
=>
{
window
.
opener
=
null
;
window
.
open
(
"about:blank"
,
"_self"
);
window
.
close
();
this
.
$emit
(
'input'
,
false
)
},
1000
);
}
})
},
...
...
Please
register
or
sign in
to post a comment