Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1
Commits
980cb66e
Commit
980cb66e
authored
Dec 11, 2021
by
Jianli Ou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对接保存企业信息(申请第一步)接口
parent
67a7d6bb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
87 additions
and
35 deletions
+87
-35
myManage.js
src/axios/module/myManage.js
+6
-1
vendor.vue
src/views/MyManage/UnVerify/vendor.vue
+81
-34
No files found.
src/axios/module/myManage.js
View file @
980cb66e
...
@@ -13,8 +13,13 @@ const memberInfo = (params = {}) => {
...
@@ -13,8 +13,13 @@ const memberInfo = (params = {}) => {
const
saveMemberInfo
=
(
params
=
{})
=>
{
const
saveMemberInfo
=
(
params
=
{})
=>
{
return
POST
(
`
${
Prefix
}
/office/member/api/update`
,
params
)
return
POST
(
`
${
Prefix
}
/office/member/api/update`
,
params
)
}
}
// 保存企业信息(申请第一步)
const
saveTycpdmFirmInfo
=
(
params
=
{})
=>
{
return
POST
(
`
${
Prefix
}
/office/tycpdmfirm/api/save`
,
params
)
}
export
default
{
export
default
{
memberInfo
,
memberInfo
,
saveMemberInfo
saveMemberInfo
,
saveTycpdmFirmInfo
}
}
src/views/MyManage/UnVerify/vendor.vue
View file @
980cb66e
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