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
!449
修改个人项目传值
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
修改个人项目传值
feature/gch
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
耿昌宏
requested to merge
feature/gch
into
develop
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
bb6a6fd0
1 commit,
2 years ago
2 files
+
3
−
2
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
WebSite/src/views/main/editor/administration/components/List/index.vue
+
2
−
1
Options
@@ -827,7 +827,7 @@ export default {
project
:
[
{
key
:
'
个人项目
'
,
value
:
'
空
'
value
:
''
},
{
key
:
'
部门项目
'
,
@@ -1038,6 +1038,7 @@ export default {
if
(
item
.
name
==
name
)
{
ProjectPlan
.
getSapCode
(
state
.
form
.
modelCode
,
item
.
code
).
then
(
res
=>
{
state
.
form
.
subjectControlList
[
index1
].
sapInfoList
=
res
.
data
;
state
.
form
.
subjectControlList
[
index1
].
controlCode
=
item
.
code
;
if
(
res
.
data
&&
res
.
data
.
length
>
0
)
{
state
.
form
.
subjectControlList
[
index1
].
sapName
=
res
.
data
[
0
].
name
;
state
.
form
.
subjectControlList
[
index1
].
sapCode
=
res
.
data
[
0
].
code
;