Commit b4c4672e authored by 程卓's avatar 程卓

小区列表更改竣工日期的条件

parent 4acc97f5
......@@ -516,7 +516,7 @@ export default {
'sectType_in': '1',
'c.createTime_desc': 'desc',
'finishDate_lt': !!this.isBeforeTwoThousand? '2000-01-01': '',
'finishDate_gt': !this.isBeforeTwoThousand? '2000-01-01': '',
'finishDate_gt': !this.form.getFieldValue('finishDate') ? '' : !this.isBeforeTwoThousand? '2000-01-01': '',
}, obj, isHocId)// 融合obj 和isHocId 到入参
searchParams[this.personalizedKey] = !this.formed?'': this.formed
......
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