Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
dsk-cr20g
Commits
58f49330
Commit
58f49330
authored
Aug 02, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
联系人
parent
c9a9cd41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
index.vue
...rate-ui/src/views/detail/party-a/decisionMaking/index.vue
+1
-1
lxr.vue
...perate-ui/src/views/project/projectList/component/lxr.vue
+4
-3
No files found.
dsk-operate-ui/src/views/detail/party-a/decisionMaking/index.vue
View file @
58f49330
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<!--</el-dialog>-->
<!--</el-dialog>-->
<!--</div>-->
<!--</div>-->
<lxr
:isDisabled=
'isDisabled'
:
detail
Id=
"detailId"
:customname=
"companyInfo.companyName"
listtype=
"custom"
></lxr>
<lxr
:isDisabled=
'isDisabled'
:
customer
Id=
"detailId"
:customname=
"companyInfo.companyName"
listtype=
"custom"
></lxr>
</template>
</template>
<
script
>
<
script
>
...
...
dsk-operate-ui/src/views/project/projectList/component/lxr.vue
View file @
58f49330
...
@@ -194,10 +194,11 @@
...
@@ -194,10 +194,11 @@
components
:{
skeleton
},
components
:{
skeleton
},
name
:
'lxr'
,
name
:
'lxr'
,
props
:
{
props
:
{
detailId
:
{
//从项目
、客户列表
详情跳转过来ID
detailId
:
{
//从项目详情跳转过来ID
type
:
Number
,
type
:
Number
,
default
:
0
default
:
0
},
},
customerId
:
''
,
//客户列表跳转过来ID
isDisabled
:
false
,
isDisabled
:
false
,
listtype
:
''
,
//project项目详情 custom客户列表
listtype
:
''
,
//project项目详情 custom客户列表
customname
:
''
,
//企业名称
customname
:
''
,
//企业名称
...
@@ -230,14 +231,14 @@
...
@@ -230,14 +231,14 @@
}
}
},
},
created
(){
created
(){
this
.
getList
()
if
(
this
.
thistype
==
'project'
){
if
(
this
.
thistype
==
'project'
){
this
.
searchParam
.
projectId
=
this
.
detailId
?
this
.
detailId
:
this
.
$route
.
query
.
id
this
.
searchParam
.
projectId
=
this
.
detailId
?
this
.
detailId
:
this
.
$route
.
query
.
id
}
}
if
(
this
.
thistype
==
'custom'
){
if
(
this
.
thistype
==
'custom'
){
this
.
searchParam
.
customerId
=
this
.
customerId
?
this
.
customerId
:
this
.
$route
.
query
.
id
this
.
searchParam
.
customerId
=
this
.
customerId
?
this
.
customerId
:
null
}
}
this
.
getList
()
},
},
methods
:{
methods
:{
...
...
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