Commit 20562c39 authored by caijianbiao's avatar caijianbiao

修改提示内容

parent c9d14d74
...@@ -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