Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
projectplan_gzy
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
班迪
projectplan_gzy
Merge requests
!166
Liujunjian/dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Liujunjian/dev
liujunjian/dev
into
develop
Overview
0
Commits
13
Pipelines
1
Changes
15
Merged
班迪
requested to merge
liujunjian/dev
into
develop
4 years ago
Overview
0
Commits
13
Pipelines
1
Changes
15
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
57494b42
13 commits,
4 years ago
15 files
+
77
−
31
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
WebSite/src/api/deptSP.js
+
1
−
1
Options
@@ -30,7 +30,7 @@ export default {
},
//收入
incomeGetPageList
(
model
)
{
return
request
.
post
(
'
InComePlan/queryInComePlan
PageByCurrentUserDept
'
,
model
);
return
request
.
post
(
'
InComePlan/queryInComePlan
ApprovalPage
'
,
model
);
},
incomeGetById
(
model
)
{
return
request
.
post
(
`InComePlan/queryInComeById?`
,
model
);