// web service proxy for rolewebservices.factory('citImportDataService',['$http','apiConfig',function($http,apiConfig){'use strict';return{/***************************************批量数据导入服务(真) start**************************************************************/getCitDataImportLog:function(type){return$http.get('/citImport/getCitDataImportLog?type='+type,apiConfig.create());