/** * Created by Administrator on 2019/2/28 0028. */frameworkModule.factory('usrOperateLogService',['$q','apiConfig','jqFetch','apiInterceptor',function($q,apiConfig,jqFetch,apiInterceptor){'use strict';return{docManageTypeLog:function(params){returnjqFetch.get(apiInterceptor.webApiHostUrl+'/operLogFileTypes/selectList',params);},docManageListLog:function(params){