Commit 34be9e2d authored by liboyang's avatar liboyang

修改页面

parent de705d83
......@@ -63,7 +63,7 @@ angular.module('AvatarCheck.excelAndSearch', ['ngRoute', 'AvatarCheck.http', 'tm
cache: false,
closeByDocument:false,
controller: ['$scope', function ($scope) {
$scope.msgText = "解析中..."
$scope.msgText = "上传中,请稍等..."
HttpService.uploadExcelFile($("#datepicker1").val(),$("#datepicker2").val(),fd,function (data) {
if(data){
$scope.closeThisDialog();
......
......@@ -73,7 +73,7 @@ angular.module('AvatarCheck.xmlAndSearch', ['ngRoute', 'AvatarCheck.http', 'tm.p
cache: false,
closeByDocument:false,
controller: ['$scope', function ($scope) {
$scope.msgText = "解析中..."
$scope.msgText = "上传中,请稍等..."
HttpService.uploadPackage(fd,function (data) {
if(data){
$scope.closeThisDialog();
......
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