Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
projectplan
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
Operate
Environments
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
Merge requests
!386
Yeqingbo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Yeqingbo
yeqingbo
into
develop
Overview
0
Commits
6
Pipelines
1
Changes
43
Merged
yeqingbo
requested to merge
yeqingbo
into
develop
2 years ago
Overview
0
Commits
6
Pipelines
1
Changes
43
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
49f7dcca
6 commits,
2 years ago
43 files
+
1060
−
330
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
43
Search (e.g. *.vue) (Ctrl+P)
WebSite/src/api/first.js
+
4
−
0
Options
@@ -118,6 +118,10 @@ export default {
cancel
(
data
)
{
return
request
.
post
(
'
/projectPlan/reCallProjectPlan
'
,
data
);
},
//撤回项目申报书
rollBackProjectPlan
(
data
)
{
return
request
.
post
(
'
/projectPlan/rollBackProjectPlan
'
,
data
);
},
submitIncome
(
data
)
{
return
request
.
post
(
'
/InComePlan/submitInComePlan
'
,
data
);