Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
ea836d5b
Commit
ea836d5b
authored
Mar 01, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
8a1047ad
5b0909dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
portal-manager-ui/admin/src/api/dataAdmin.js
portal-manager-ui/admin/src/api/dataAdmin.js
+1
-6
No files found.
portal-manager-ui/admin/src/api/dataAdmin.js
View file @
ea836d5b
...
...
@@ -26,7 +26,6 @@ export function getBusinessEvent(params) {
return
http
.
get
(
`
${
BASEURL
}
/inter/reportform/busanalyse`
,
params
)
}
//查询业务人员信息
<<<<<<<
HEAD
export
function
getWorkerInfo
(
params
){
return
http
.
get
(
`
${
baseURL
}
/basics_api/base/workman/info`
,
params
)
}
...
...
@@ -75,10 +74,7 @@ export function getBillList(params) {
export
function
getPrintList
(
params
)
{
return
http
.
post
(
`
${
baseURL
}
/fm/matter/datum/print/list`
,
params
);
}
=======
export
function
getWorkerInfo
(
params
)
{
return
http
.
get
(
`
${
baseURL
}
/basics_api/base/workman/info`
,
params
)
}
//查询业务人员业务数据分析
export
function
getWorkmananalyse
(
params
)
{
return
http
.
get
(
`
${
BASEURL
}
/inter/reportform/workmananalyse`
,
params
)
...
...
@@ -100,4 +96,3 @@ export function getCallQueList(params) {
return
http
.
post
(
`
${
BASEURL
}
/inter/reportform/callQueList`
,
params
)
}
>>>>>>>
0334
a060231b88a82691e8a4f429b0ab38bdddc5
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