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
a289545f
authored
2023-11-09 08:46:52 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记簿详情
1 parent
efdff42e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
src/views/djbworkflow/components/zc.vue
src/views/registerBook/djbFrame.vue
src/views/djbworkflow/components/zc.vue
View file @
a289545
...
...
@@ -88,15 +88,8 @@
completeTask
(
this
.
queryForm
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
$message
.
success
(
"转件成功"
);
// setTimeout(() => {
// window.opener = null;
// window.open("about:blank", "_self");
// window.close();
// this.$emit("input", false);
// }, 1000);
popupCacel
();
setTimeout
(()
=>
{
// window.opener.location.reload(); //刷新父窗口
if
(
window
.
opener
&&
window
.
opener
.
getBpageList
)
{
window
.
opener
.
getBpageList
();
}
else
{
...
...
@@ -110,12 +103,6 @@
}
});
},
// add (val) {
// if (val != "") {
// this.shyj;
// }
// },
/**
* @description: closeDialog
* @author: renchao
...
...
src/views/registerBook/djbFrame.vue
View file @
a289545
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-0
8 14:56:0
3
* @LastEditTime: 2023-11-0
9 08:45:3
3
-->
<
template
>
<div
class=
"content"
>
...
...
@@ -126,6 +126,19 @@
this
.
isActive
=
""
this
.
titleActive
=
this
.
activeName
}
this
.
$nextTick
(
function
()
{
this
.
defaultNode
=
getNode
(
this
.
formData
.
qllx
,
{
linShi
:
0
,
xianShi
:
0
,
liShi
:
0
},
res
.
result
.
bdcdylx
||
""
);
this
.
sfqdata
[
0
].
children
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
id
==
this
.
defaultNode
.
id
)
{
this
.
loadComponent
(
item
.
form
);
}
});
});
}
});
this
.
currentSelectProps
=
{
...
...
Please
register
or
sign in
to post a comment