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
!193
Feature/wangchao
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/wangchao
feature/wangchao
into
develop
Overview
0
Commits
3
Pipelines
1
Changes
7
Merged
wangchao
requested to merge
feature/wangchao
into
develop
4 years ago
Overview
0
Commits
3
Pipelines
1
Changes
7
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
5c369ed4
3 commits,
4 years ago
7 files
+
50
−
13
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
WebSite/src/api/deptSP.js
+
7
−
1
Options
@@ -15,9 +15,15 @@ export default {
model
);
},
// queryProjectInfoPlanPageByCurrentUserRelevantDept(model) {
// return request.post(
// 'projectPlan/queryProjectInfoPlanPageByCurrentUserRelevantDept',
// model
// );
// },
queryProjectInfoPlanPageByCurrentUserRelevantDept
(
model
)
{
return
request
.
post
(
'
projectPlan/queryProjectInfoPlanPageByCurrentUser
Relevant
Dept
'
,
'
projectPlan/queryProjectInfoPlanPageByCurrentUserDept
'
,
model
);
},