Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙海亮
bims
Commits
e1061311
Commit
e1061311
authored
Jul 27, 2022
by
yanglilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复列表
parent
587b8fc5
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
0 deletions
+39
-0
pre-auth.js
src/api/apis_moudles/pre-auth.js
+1
-0
pre-auth.js
src/api/funcs_modules/pre-auth.js
+6
-0
add.vue
src/views/pre-auth/add.vue
+32
-0
No files found.
src/api/apis_moudles/pre-auth.js
View file @
e1061311
...
@@ -12,4 +12,5 @@ export default {
...
@@ -12,4 +12,5 @@ export default {
authorizeUseList
:
"
/backstage/auth/authorizeUseList
"
,
//预授权使用列表
authorizeUseList
:
"
/backstage/auth/authorizeUseList
"
,
//预授权使用列表
authorizeUseAdd
:
"
/backstage/auth/authorizeUseAdd
"
,
//新增预授权使用
authorizeUseAdd
:
"
/backstage/auth/authorizeUseAdd
"
,
//新增预授权使用
authorizeSendEmail
:
"
/backstage/auth/authorizeSendEmail
"
,
//预授权邮件
authorizeSendEmail
:
"
/backstage/auth/authorizeSendEmail
"
,
//预授权邮件
authorizeEmailView
:
"
/backstage/auth/authorizeEmailView
"
,
//预览邮件
};
};
src/api/funcs_modules/pre-auth.js
View file @
e1061311
...
@@ -57,6 +57,11 @@ const AUTHORIZESENDEMAIL = function (data) {
...
@@ -57,6 +57,11 @@ const AUTHORIZESENDEMAIL = function (data) {
return
req
.
post
(
apis
.
authorizeSendEmail
,
data
);
return
req
.
post
(
apis
.
authorizeSendEmail
,
data
);
};
};
//预览邮件
const
AUTHORIZEVIEWEMAIL
=
function
(
data
)
{
return
req
.
post
(
apis
.
authorizeEmailView
,
data
);
};
// 对象数组
// 对象数组
export
default
{
export
default
{
PATIENTLISTNOPAGE
,
PATIENTLISTNOPAGE
,
...
@@ -70,4 +75,5 @@ export default {
...
@@ -70,4 +75,5 @@ export default {
AUTHORIZEUSELIST
,
AUTHORIZEUSELIST
,
AUTHORIZEUSEADD
,
AUTHORIZEUSEADD
,
AUTHORIZESENDEMAIL
,
AUTHORIZESENDEMAIL
,
AUTHORIZEVIEWEMAIL
,
};
};
src/views/pre-auth/add.vue
View file @
e1061311
This diff is collapsed.
Click to expand it.
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