Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
multiSystem
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
Yulun Yao
multiSystem
Commits
dcf42a1a
Commit
dcf42a1a
authored
Jan 06, 2021
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加小区列表的搜索条件
parent
fca1ba53
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
basicInfo.vue
src/views/houseData/basicInfo.vue
+5
-3
No files found.
src/views/houseData/basicInfo.vue
View file @
dcf42a1a
...
@@ -456,13 +456,13 @@ export default {
...
@@ -456,13 +456,13 @@ export default {
'unitAddr'
:
!
this
.
form
.
getFieldValue
(
'unitAddr'
)?
''
:
this
.
form
.
getFieldValue
(
'unitAddr'
),
'unitAddr'
:
!
this
.
form
.
getFieldValue
(
'unitAddr'
)?
''
:
this
.
form
.
getFieldValue
(
'unitAddr'
),
'unitKind'
:
!
this
.
stLevel
?
''
:
this
.
stLevel
,
'unitKind'
:
!
this
.
stLevel
?
''
:
this
.
stLevel
,
'cspServiceType'
:
!
this
.
cspServiceType
?
''
:
this
.
cspServiceType
,
'cspServiceType'
:
!
this
.
cspServiceType
?
''
:
this
.
cspServiceType
,
'tableName'
:
!
this
.
tableName
?
''
:
this
.
tableName
,
//
'tableName': !this.tableName?'': this.tableName,
'formed'
:
!
this
.
formed
?
''
:
this
.
formed
,
'formed'
:
!
this
.
formed
?
''
:
this
.
formed
,
'type'
:
!
this
.
type
?
''
:
this
.
type
,
'type'
:
!
this
.
type
?
''
:
this
.
type
,
'sectType_in'
:
'1'
,
'sectType_in'
:
'1'
,
'c.createTime_desc'
:
'desc'
,
'c.createTime_desc'
:
'desc'
,
'finishDate_lt'
:
!!
this
.
isBeforeTwoThousand
?
'2000
01
01'
:
''
,
'finishDate_lt'
:
!!
this
.
isBeforeTwoThousand
?
'2000
-01-
01'
:
''
,
'finishDate_gt'
:
!
this
.
isBeforeTwoThousand
?
'2000
01
01'
:
''
,
'finishDate_gt'
:
!
this
.
isBeforeTwoThousand
?
'2000
-01-
01'
:
''
,
},
obj
,
isHocId
)
// 融合obj 和isHocId 到入参
},
obj
,
isHocId
)
// 融合obj 和isHocId 到入参
if
(
this
.
$route
.
query
.
id
&&
this
.
$route
.
query
.
id
!=
''
)
{
if
(
this
.
$route
.
query
.
id
&&
this
.
$route
.
query
.
id
!=
''
)
{
// 如果query的id不为空,则回显,并根据id搜索
// 如果query的id不为空,则回显,并根据id搜索
...
@@ -750,6 +750,8 @@ export default {
...
@@ -750,6 +750,8 @@ export default {
break
break
default
:
default
:
this
.
type
=
''
this
.
formed
=
''
break
break
}
}
...
...
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