Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
a009a81a
Commit
a009a81a
authored
Apr 13, 2020
by
董有沛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合伙人修改和新增活动管理
parent
0542a66c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
33 additions
and
3 deletions
+33
-3
src/api/school-center/PartnerManagementAPI.js
+13
-1
src/api/school-center/activityAPI.js
+19
-0
src/api/school-center/schoolManagermentAPI.js
+1
-1
src/views/school-center/PartnerManagement/PartnerManagement.vue
+0
-0
src/views/school-center/activity/activity.vue
+0
-0
src/views/system/systemUser.vue
+0
-1
No files found.
src/api/school-center/PartnerManagementAPI.js
View file @
a009a81a
...
...
@@ -11,6 +11,18 @@ let modify = (params) => postAction(prefix + "/school/partner/update" , params);
// 编辑
let
getlistysm
=
(
params
)
=>
postAction
(
prefix
+
"/ysmUser/getlist"
,
params
);
// 新增用户
let
addPartner
=
(
params
)
=>
postAction
(
prefix
+
"/school/partner/addPartner"
,
params
);
// 获取县分下拉列表
let
getSubstList
=
(
params
)
=>
postAction
(
prefix
+
"/school/schoolManagement/substList"
,
params
);
// 获取县分下拉列表
let
getSchoolList
=
(
params
)
=>
postAction
(
prefix
+
"/school/schoolManagement/schoolList"
,
params
);
// 获取学子公司职位下级成员列表
let
getXzUserList
=
(
params
)
=>
postAction
(
prefix
+
"/school/partner/getXzUserList"
,
params
);
export
{
findByList
,
modify
,
getlistysm
findByList
,
modify
,
getlistysm
,
addPartner
,
getSubstList
,
getSchoolList
,
getXzUserList
}
src/api/school-center/activityAPI.js
0 → 100644
View file @
a009a81a
import
{
postAction
,
getAotion
}
from
'@/api/manage'
const
prefix
=
'/manager/ciop'
;
// 获取活动列表
let
getList
=
(
params
)
=>
postAction
(
prefix
+
"/activity/list"
,
params
);
//新增
let
addActivity
=
(
params
)
=>
postAction
(
prefix
+
"/activity/addActivity"
,
params
);
// 编辑
let
updateActivity
=
(
params
)
=>
postAction
(
prefix
+
"/activity/updateActivity"
,
params
);
//新增
let
deleteActivity
=
(
params
)
=>
postAction
(
prefix
+
"/activity/deleteActivity"
,
params
);
export
{
getList
,
addActivity
,
updateActivity
,
deleteActivity
}
src/api/school-center/schoolManagermentAPI.js
View file @
a009a81a
...
...
@@ -4,7 +4,7 @@ const prefix = '/manager/ciop';
// 获取活动列表
let
findByList
=
(
params
)
=>
postAction
(
prefix
+
"/school/schoolManagement/findByList"
,
params
);
// 回显选择的套餐
// 回显选择的套餐
findByList
let
choosepages
=
(
params
)
=>
postAction
(
prefix
+
"/school/schoolManagement/choosepages"
,
params
);
// 编辑
...
...
src/views/school-center/PartnerManagement/PartnerManagement.vue
View file @
a009a81a
This diff is collapsed.
Click to expand it.
src/views/school-center/activity/activity.vue
0 → 100644
View file @
a009a81a
This diff is collapsed.
Click to expand it.
src/views/system/systemUser.vue
View file @
a009a81a
...
...
@@ -17,7 +17,6 @@
</a-form-item>
</a-col>
<a-col
:md=
"6"
:sm=
"24"
>
<a-form-item
label=
"电话"
>
<a-input
v-model=
"queryParams.phone"
placeholder=
"请输入"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment