Эх сурвалжийг харах

idle fee details devlopment
https://dev.wormwood.com.sg/zentao/task-view-797.html

wudebin 10 сар өмнө
parent
commit
6c5ecc6016

+ 6 - 0
Strides-Admin/src/api/apiIdle.js

@@ -58,6 +58,12 @@ const apiIdle = {
    */
   unassignIdleConfig(data) {
     return post(prefix + "idlefee/unassign-sites", data)
+  },
+  getIdleFeeTransactionPages(data) {
+    return post(prefix + "financial/idle-fee-pages", data)
+  },
+  getIdleFeeTransactionDetailPages(data) {
+    return post(prefix + "financial/idle-fee-detail-pages", data)
   }
 }