Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
蒋勇
zhichan
Commits
c1537697
Commit
c1537697
authored
May 06, 2021
by
linboxuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lin add submitService/editService,delete getWay pushlog select
parent
7c905444
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
center-manage/app/base/service/impl/qifutong/statisticsSve.js
+2
-2
center-manage/app/base/utils/qifutong/baseClient.js
+2
-2
No files found.
center-manage/app/base/service/impl/qifutong/statisticsSve.js
View file @
c1537697
...
@@ -10,8 +10,8 @@ class StatisticsService {
...
@@ -10,8 +10,8 @@ class StatisticsService {
async
submitService
(
pobj
)
{
async
submitService
(
pobj
)
{
return
ToQiFuTong
.
submitService
(
pobj
);
return
ToQiFuTong
.
submitService
(
pobj
);
}
}
async
edit
submit
Service
(
pobj
)
{
async
editService
(
pobj
)
{
return
ToQiFuTong
.
edit
submit
Service
(
pobj
);
return
ToQiFuTong
.
editService
(
pobj
);
}
}
async
getAllProductType
(
pobj
)
{
async
getAllProductType
(
pobj
)
{
return
ToQiFuTong
.
getAllProductType
(
pobj
);
return
ToQiFuTong
.
getAllProductType
(
pobj
);
...
...
center-manage/app/base/utils/qifutong/baseClient.js
View file @
c1537697
...
@@ -104,9 +104,9 @@ class BaseClient {
...
@@ -104,9 +104,9 @@ class BaseClient {
});
});
return
data
;
return
data
;
}
}
async
edit
submit
Service
(
pobj
)
{
async
editService
(
pobj
)
{
const
data
=
await
this
.
pushQiFuTong
(
'/web/auth/accessAuth/springBoard'
,
{
const
data
=
await
this
.
pushQiFuTong
(
'/web/auth/accessAuth/springBoard'
,
{
"actionType"
:
"edit
submit
Service"
,
"actionType"
:
"editService"
,
"actionBody"
:
pobj
"actionBody"
:
pobj
});
});
return
data
;
return
data
;
...
...
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