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
630e88e6
Commit
630e88e6
authored
Feb 21, 2020
by
吴学德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合伙人页面
parent
c86f74e9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
3 deletions
+32
-3
src/api/school-center/PartnerManagementAPI.js
+17
-0
src/views/school-center/PartnerManagement/PartnerManagement.vue
+0
-0
src/views/system/systemUser.vue
+15
-3
No files found.
src/api/school-center/PartnerManagementAPI.js
0 → 100644
View file @
630e88e6
import
{
postAction
,
getAotion
}
from
'@/api/manage'
const
prefix
=
'/schoolcenter/ciop'
;
// 获取活动列表
let
findByList
=
(
params
)
=>
postAction
(
prefix
+
"/school/partner/list"
,
params
);
// 编辑
let
modify
=
(
params
)
=>
postAction
(
prefix
+
"/school/partner/update"
,
params
);
// 编辑
let
getlistysm
=
(
params
)
=>
postAction
(
prefix
+
"/ysmUser/getlist"
,
params
);
export
{
findByList
,
modify
,
getlistysm
}
\ No newline at end of file
src/views/school-center/PartnerManagement/PartnerManagement.vue
0 → 100644
View file @
630e88e6
This diff is collapsed.
Click to expand it.
src/views/system/systemUser.vue
View file @
630e88e6
...
@@ -360,14 +360,22 @@ export default {
...
@@ -360,14 +360,22 @@ export default {
if
(
!
err
)
{
if
(
!
err
)
{
this
.
editpasswordfrom
.
newPwd
=
encodeURIComponent
(
this
.
getPass
(
this
.
EditPassFrom
.
getFieldValue
(
'editpassword'
)))
this
.
editpasswordfrom
.
newPwd
=
encodeURIComponent
(
this
.
getPass
(
this
.
EditPassFrom
.
getFieldValue
(
'editpassword'
)))
this
.
editpasswordfrom
.
rePwd
=
this
.
editpasswordfrom
.
newPwd
this
.
editpasswordfrom
.
rePwd
=
this
.
editpasswordfrom
.
newPwd
debugger
changeOtherPwd
(
this
.
editpasswordfrom
).
then
(
res
=>
{
changeOtherPwd
(
this
.
editpasswordfrom
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
this
.
EditPassFrom
.
setFieldsValue
({
editpassword
:
""
});
this
.
EditPassFrom
.
setFieldsValue
({
editpassword
:
""
});
this
.
EditPassFrom
.
setFieldsValue
({
editrepassword
:
""
});
this
.
EditPassFrom
.
setFieldsValue
({
editrepassword
:
""
});
this
.
$message
.
success
(
res
.
message
!=
""
?
res
.
message
:
""
,
5
);
if
(
res
.
message
==
undefined
){
this
.
$message
.
success
(
res
.
data
!=
""
?
res
.
data
:
"修改成功"
,
5
);
}
else
{
this
.
$message
.
success
(
res
.
message
!=
""
?
res
.
message
:
"修改成功"
,
5
);
}
}
else
{
}
else
{
this
.
$message
.
error
(
res
.
message
!=
""
?
res
.
message
:
""
,
5
);
if
(
res
.
message
==
undefined
){
this
.
$message
.
error
(
res
.
data
!=
""
?
res
.
data
:
"失败修改"
,
5
);
}
else
{
this
.
$message
.
error
(
res
.
message
!=
""
?
res
.
message
:
"失败修改"
,
5
);
}
}
}
this
.
editpaswordmodel
=
false
this
.
editpaswordmodel
=
false
})
})
...
@@ -376,6 +384,10 @@ export default {
...
@@ -376,6 +384,10 @@ export default {
},
},
editPasswordcancel
(){
editPasswordcancel
(){
this
.
editpaswordmodel
=
false
this
.
editpaswordmodel
=
false
this
.
EditPassFrom
.
setFieldsValue
({
editpassword
:
''
,
editrepassword
:
''
})
},
},
compareToFirstPassword
(
rule
,
value
,
callback
)
{
compareToFirstPassword
(
rule
,
value
,
callback
)
{
const
form
=
this
.
EditPassFrom
;
const
form
=
this
.
EditPassFrom
;
...
...
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