Commit 5a534a67 authored by Gakki's avatar Gakki

业委会筛选

parent 6d1503c3
...@@ -61,8 +61,8 @@ case 'huangpu-prod': ...@@ -61,8 +61,8 @@ case 'huangpu-prod':
default: // 默认环境下(开发环境) default: // 默认环境下(开发环境)
// BASE_URL = 'http://31.0.161.39/apiv2' // BASE_URL = 'http://31.0.161.39/apiv2'
BASE_URL = 'http://211.136.105.193/apiv2' // BASE_URL = 'http://211.136.105.193/apiv2'
// BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2' BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2'
// BASE_URL = 'http://pudong.hm.omniview.pro/api/v2' // BASE_URL = 'http://pudong.hm.omniview.pro/api/v2'
// BASE_URL = 'http://211.136.105.193/api/v2' // BASE_URL = 'http://211.136.105.193/api/v2'
......
...@@ -767,8 +767,8 @@ export default { ...@@ -767,8 +767,8 @@ export default {
}).then(res => { }).then(res => {
if (res.code === '200') { if (res.code === '200') {
let inner = res.data.content let inner = res.data.content
this.expired = inner.willExpireCount this.expired = inner.alreadyExpireCount
this.expireInFiveMonth = inner.alreadyExpireCount this.expireInFiveMonth = inner.willExpireCount
} }
}) })
}, },
...@@ -1086,7 +1086,7 @@ export default { ...@@ -1086,7 +1086,7 @@ export default {
this.$router.push({name: 'indCous', query: {date: (this.$moment().format('L')).split('/').join('')}}) this.$router.push({name: 'indCous', query: {date: (this.$moment().format('L')).split('/').join('')}})
}, },
handleWillExpire() { handleWillExpire() {
this.$router.push({name: 'indCous', query: {date: (this.$moment().add('months', 5).format('L')).split('/').join('')}}) this.$router.push({name: 'indCous', query: {cdate: (this.$moment().format('L')).split('/').join(''), date: (this.$moment().add('months', 5).format('L')).split('/').join('')}})
}, },
/** /**
* 去投诉 * 去投诉
......
...@@ -245,6 +245,7 @@ export default { ...@@ -245,6 +245,7 @@ export default {
'hocName_l': this.form.getFieldValue('hocName_l') || '', 'hocName_l': this.form.getFieldValue('hocName_l') || '',
'streetId': this.form.getFieldValue('streetId')?this.form.getFieldValue('streetId'):'', 'streetId': this.form.getFieldValue('streetId')?this.form.getFieldValue('streetId'):'',
'conEndDate_lte': !!this.form.getFieldValue('overdueDate')? (this.$moment(this.form.getFieldValue('overdueDate')).format('L')).split('/').join('') : '', 'conEndDate_lte': !!this.form.getFieldValue('overdueDate')? (this.$moment(this.form.getFieldValue('overdueDate')).format('L')).split('/').join('') : '',
'conEndDate_gte': !!this.$route.query.cdate? this.$route.query.cdate: '',
'onwersTypeoper': !!this.form.getFieldValue('runSts')? this.form.getFieldValue('runSts'): '', 'onwersTypeoper': !!this.form.getFieldValue('runSts')? this.form.getFieldValue('runSts'): '',
'onwersTransition': !!this.form.getFieldValue('changeSts')? this.form.getFieldValue('changeSts'): '', 'onwersTransition': !!this.form.getFieldValue('changeSts')? this.form.getFieldValue('changeSts'): '',
'partyMemberByDuty': !!this.form.getFieldValue('isDY')? this.form.getFieldValue('isDY'): '', 'partyMemberByDuty': !!this.form.getFieldValue('isDY')? this.form.getFieldValue('isDY'): '',
......
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