Commit dcf42a1a authored by 程卓's avatar 程卓

增加小区列表的搜索条件

parent fca1ba53
......@@ -456,13 +456,13 @@ export default {
'unitAddr': !this.form.getFieldValue('unitAddr')?'':this.form.getFieldValue('unitAddr'),
'unitKind': !this.stLevel?'': this.stLevel,
'cspServiceType': !this.cspServiceType? '': this.cspServiceType,
'tableName': !this.tableName?'': this.tableName,
// 'tableName': !this.tableName?'': this.tableName,
'formed': !this.formed?'': this.formed,
'type': !this.type? '': this.type,
'sectType_in': '1',
'c.createTime_desc': 'desc',
'finishDate_lt': !!this.isBeforeTwoThousand? '20000101': '',
'finishDate_gt': !this.isBeforeTwoThousand? '20000101': '',
'finishDate_lt': !!this.isBeforeTwoThousand? '2000-01-01': '',
'finishDate_gt': !this.isBeforeTwoThousand? '2000-01-01': '',
}, obj, isHocId)// 融合obj 和isHocId 到入参
if (this.$route.query.id && this.$route.query.id != '') {
// 如果query的id不为空,则回显,并根据id搜索
......@@ -750,6 +750,8 @@ export default {
break
default:
this.type = ''
this.formed = ''
break
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment