Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zxtb_to_ssfwpt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
卢世豪
zxtb_to_ssfwpt
Commits
8f2a11f0
Commit
8f2a11f0
authored
Jul 20, 2020
by
刘明珠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改错误信息提示
parent
69f23011
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
declare_grid.js
static/biz/declare_grid.js
+9
-1
No files found.
static/biz/declare_grid.js
View file @
8f2a11f0
...
...
@@ -270,7 +270,15 @@ function initPage(companyInfo) {
},
error
:
function
(
xhr
){
//jsonp 方式此方法不被触发
alertWarning
(
data
.
returnMessage
);
if
(
data
.
returnMessage
==
undefined
){
if
(
data
.
returnMessage
==
undefined
){
alertWarning
(
data
.
errmsg
);
}
else
{
alertWarning
(
"程序报错,请联系管理员!"
);
}
}
else
{
alertWarning
(
data
.
returnMessage
);
}
hideLoading
()
console
.
log
(
"=======error======================"
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment