From 8f619dde9e2382fc8a4f1e04fafde1418f06165b Mon Sep 17 00:00:00 2001 From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com> Date: Wed, 26 Feb 2020 16:39:29 +0800 Subject: [PATCH] 问卷管理模块(新建、列表、详情) --- SunshineIns/src/fetch/index.js | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) diff --git a/SunshineIns/src/fetch/index.js b/SunshineIns/src/fetch/index.js index f3bb872..1c9e300 100644 --- a/SunshineIns/src/fetch/index.js +++ b/SunshineIns/src/fetch/index.js @@ -69,6 +69,21 @@ 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'; +import questionFindById from './questionFindById'; +import saveQuestionTemp from './saveQuestionTemp'; +import questionQuery from './questionQuery'; +import questionAudit from './questionAudit'; export default { domain, @@ -141,5 +156,20 @@ test1, finds, importExcel, - Eexport + Eexport, + auditPerson, + socialfind, + socialSave, + socialQuery, + socialUpdate, + socialDelete, + entryFind, + entrySave, + entryQuery, + attachmentDownload, + entryAudit, + questionFindById, + saveQuestionTemp, + questionQuery, + questionAudit }; \ No newline at end of file -- Gitblit v1.8.0