@@ -691,6 +691,10 @@ app.factory('api_bpm', ['BpmRestangular', function (BpmRestangular) {
//判断事件分类层级
tellCategory: function (id) {
return getData.customGET('tellCategory' + '/' + id);
+ },
+ //知识库导出
+ downDataModel: function (type,month) {
+ return getData.one('downDataModel/' + type + '/' + month);
}
};