Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
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
bf9917af
authored
2020-12-23 17:41:30 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:转给转出方
1 parent
f80537cc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
staticJs/onlineApply/houseFill.js
staticJs/onlineApply/workFlow.js
staticJs/onlineApply/houseFill.js
View file @
bf9917a
...
...
@@ -323,7 +323,6 @@ function AddCLxxClick() {
slclmxObj
.
attr
(
"id"
,
""
);
}
else
{
layer
.
msg
(
'删除失败!'
);
}
}
});
...
...
staticJs/onlineApply/workFlow.js
View file @
bf9917a
...
...
@@ -319,8 +319,8 @@ function ToZRF(bsmSlsq, zjzl, zrfIDCard, zrfName, businessno) {
}),
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
)
{
layer
.
msg
(
result
.
message
);
if
(
result
.
code
==
200
)
{
setTimeout
(
function
(){
layer
.
closeAll
();
fetchStepNo
(
bsmSlsq
,
businessno
);
...
...
Please
register
or
sign in
to post a comment