From 54321380dfe9628f79b36e909b826cf921098a7d Mon Sep 17 00:00:00 2001
From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com>
Date: Thu, 20 Feb 2020 10:36:50 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/nsjcy/frontEnd/nsjcy
---
SunshineIns/src/fetch/index.js | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/SunshineIns/src/fetch/index.js b/SunshineIns/src/fetch/index.js
index f3bb872..a2756b1 100644
--- a/SunshineIns/src/fetch/index.js
+++ b/SunshineIns/src/fetch/index.js
@@ -69,6 +69,17 @@
import finds from './finds';
import importExcel from './importExcel';
import Eexport from './export';
+import auditPerson from './auditPerson';
+import socialfind from './socialfind';
+import socialSave from './socialSave';
+import socialQuery from './socialQuery';
+import socialUpdate from './socialUpdate';
+import socialDelete from './socialDelete';
+import entryFind from './entryFind';
+import entrySave from './entrySave';
+import entryQuery from './entryQuery';
+import attachmentDownload from './attachmentDownload';
+import entryAudit from './entryAudit';
export default {
domain,
@@ -141,5 +152,16 @@
test1,
finds,
importExcel,
- Eexport
+ Eexport,
+ auditPerson,
+ socialfind,
+ socialSave,
+ socialQuery,
+ socialUpdate,
+ socialDelete,
+ entryFind,
+ entrySave,
+ entryQuery,
+ attachmentDownload,
+ entryAudit
};
\ No newline at end of file
--
Gitblit v1.8.0