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
4610a4a3
Commit
4610a4a3
authored
Jul 31, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商机列表
parent
46c78552
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
dsk-operate-ui/src/views/project/projectList/index.vue
+4
-4
No files found.
dsk-operate-ui/src/views/project/projectList/index.vue
View file @
4610a4a3
...
@@ -206,7 +206,7 @@ export default {
...
@@ -206,7 +206,7 @@ export default {
minAmount
:
''
,
//投资估算最小值
minAmount
:
''
,
//投资估算最小值
maxAmount
:
''
,
//投资估算最大值
maxAmount
:
''
,
//投资估算最大值
searchParam
:
{
searchParam
:
{
userId
:
null
,
//个人项目需传,公司项目不传
isPrivate
:
1
,
//0 公司 1 个人
projectName
:
''
,
//项目名称
projectName
:
''
,
//项目名称
ownerCompany
:
''
,
//业主单位
ownerCompany
:
''
,
//业主单位
projectType
:
''
,
//项目类型
projectType
:
''
,
//项目类型
...
@@ -299,9 +299,9 @@ export default {
...
@@ -299,9 +299,9 @@ export default {
this
.
isSkeleton
=
true
this
.
isSkeleton
=
true
this
.
searchParam
.
pageNum
=
pageNum
this
.
searchParam
.
pageNum
=
pageNum
if
(
this
.
activeName
==
'first'
){
if
(
this
.
activeName
==
'first'
){
this
.
searchParam
.
userId
=
this
.
$store
.
state
.
user
.
userId
this
.
searchParam
.
isPrivate
=
1
}
else
{
}
else
{
this
.
searchParam
.
userId
=
null
this
.
searchParam
.
isPrivate
=
0
}
}
this
.
searchParam
.
ownerCompany
=
this
.
searchParam
.
projectName
this
.
searchParam
.
ownerCompany
=
this
.
searchParam
.
projectName
getProjectlist
(
this
.
searchParam
).
then
(
result
=>
{
getProjectlist
(
this
.
searchParam
).
then
(
result
=>
{
...
@@ -332,7 +332,7 @@ export default {
...
@@ -332,7 +332,7 @@ export default {
this
.
$refs
.
myCascader
.
$refs
.
panel
.
activePath
=
[]
this
.
$refs
.
myCascader
.
$refs
.
panel
.
activePath
=
[]
})
})
this
.
searchParam
=
{
this
.
searchParam
=
{
userId
:
null
,
isPrivate
:
1
,
projectName
:
''
,
//项目名称
projectName
:
''
,
//项目名称
ownerCompany
:
''
,
//业主单位
ownerCompany
:
''
,
//业主单位
projectType
:
''
,
//项目类型
projectType
:
''
,
//项目类型
...
...
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