Преглед изворни кода

1.财务人员审核接口

wuhp пре 1 година
родитељ
комит
2cfc411408
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8 0
      src/services/financial.js

+ 8 - 0
src/services/financial.js

@@ -42,6 +42,13 @@ export async function exportList(data) {
 }
 
 
+//财务中心人员审核
+export async function costReviewer(data) {
+    return request("/taskStatistics/costReviewer", METHOD.POST, data)
+}
+
+
+
 
 
 
@@ -54,6 +61,7 @@ export default {
     getCostCenterTotal,
     getCompany,
     getVerificationDetails,
+    costReviewer,
     getVerificationLicense,
     exportList
 }