Commit 293e44f4 authored by liuxinben's avatar liuxinben

Merge remote-tracking branch 'origin/dev' into dev

parents 9384363b 20562c39
...@@ -212,7 +212,7 @@ angular.module('AvatarCheck.cardProdPackage', ['ngRoute', 'AvatarCheck.http', 't ...@@ -212,7 +212,7 @@ angular.module('AvatarCheck.cardProdPackage', ['ngRoute', 'AvatarCheck.http', 't
$scope.checkNewExcelUnresolved = function(){ $scope.checkNewExcelUnresolved = function(){
HttpService.checkNewExcelUnresolved(function(data){ HttpService.checkNewExcelUnresolved(function(data){
if(data.code === 0){ if(data.code === 0){
MessageService.showAlert("code: 0"); MessageService.showAlert(data.msg);
} else { } else {
downloadXml() downloadXml()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment