seimin před 3 roky
rodič
revize
b4d9e85b87

Diff nebyl zobrazen, protože je příliš veliký
+ 19 - 7
assets/js/controllers/knowledge/knowledgeCtrl.js


+ 4 - 0
assets/js/main.js

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