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
3eba14b9
authored
2020-12-17 20:03:37 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:信息校验
1 parent
8edf6267
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
staticJs/onlineApply/bdcqlCheck.js
staticJs/onlineApply/bdcqlCheck.js
View file @
3eba14b
...
...
@@ -103,7 +103,11 @@ function getFDCQ2(bsm_ql) {
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
&&
result
.
data
!=
null
)
{
successResult
(
result
.
data
);
// successResult(result.data);
let
json
=
result
.
data
;
json
[
"bdcdyid"
]
=
"35a97100331704f9cbf93a92227c6f0c"
;
json
[
"bsm_ql"
]
=
"89f3ea0265f40b52e6da54e62e2991b4"
;
addCreatSLSQ
(
json
);
}
}
});
...
...
Please
register
or
sign in
to post a comment