Browse Source

upfdate api/apiReport.js

wudebin 5 tháng trước cách đây
mục cha
commit
51390ad833
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Strides-Admin/src/api/apiReport.js

+ 3 - 0
Strides-Admin/src/api/apiReport.js

@@ -9,6 +9,9 @@ const apiReport = {
   getReportTypeOptions() {
     return get(prefix + 'report-types')
   },
+  getSiteTagOptions() {
+    return get(prefix + "site-labels")
+  },
   generateReport(params) {
     return post(prefix + 'generate', params)
   },