Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_beijing_auxiliary_YD
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
zhangyusheng
YX_IDENT_beijing_auxiliary_YD
Commits
1a7568fe
Commit
1a7568fe
authored
Sep 01, 2021
by
Liuxb@yingxingroup.net
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
76c3d4fc
45a490e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
xmlAndSearch.js
src/main/resources/static/views/xmlAndSearch/xmlAndSearch.js
+7
-6
No files found.
src/main/resources/static/views/xmlAndSearch/xmlAndSearch.js
View file @
1a7568fe
...
...
@@ -151,15 +151,16 @@ angular.module('AvatarCheck.xmlAndSearch', ['ngRoute', 'AvatarCheck.http', 'tm.p
closeByDocument
:
false
,
controller
:
[
'$scope'
,
function
(
$scope
)
{
$scope
.
wrongMsg
=-
1
;
$scope
.
msgText
=
"
上传中,请稍等...
"
$scope
.
msgText
=
"
/////上传中,请稍等.../////
"
HttpService
.
uploadPackage
(
fd
,
function
(
data
)
{
if
(
data
){
$scope
.
closeThisDialog
();
getData
();
// MessageService.showAlert("上传成功")
if
(
angular
.
equals
(
data
.
code
,
"200"
)){
// $scope.closeThisDialog();
$scope
.
msgText
=
"上传成功!"
;
}
else
{
$scope
.
wrongMsg
=
"上传失败"
$scope
.
msgText
=
""
;
$scope
.
wrongMsg
=
data
.
errMsg
;
}
getData
();
//获取导入数据信息
})
}]
});
...
...
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