Commit 6d8f7919 authored by guantiantian's avatar guantiantian

格口文件上传增加是否港澳台参数

parent 40c8d753
......@@ -193,10 +193,10 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
success(response.data)
})
},
uploadExcelFile:function(date1,date2,fd,success){
uploadExcelFile:function(date1,date2,isGAT,fd,success){
$http({
method: 'POST',
url: "../ReadExcel/ReadPersonPost?formStartTime="+date1+"&formDeadLine="+date2,
url: "../ReadExcel/ReadPersonPost?formStartTime="+date1+"&formDeadLine="+date2+"&isGAT="+isGAT,
data: fd,
headers: {'Content-Type': undefined},
transformRequest: angular.identity
......
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