tianq 3 years ago
parent
commit
6eda9461b7
  1. 4
      src/views/modules/census/census-houseList.vue

4
src/views/modules/census/census-houseList.vue

@ -250,10 +250,10 @@ export default {
...mapGetters(['clientHeight', 'iframeHeight'])
},
watch: {
'formData.endTime': function(val) {
'formData.endDate': function(val) {
if (val && val != '') {
let arrayTemp = val.split(' ');
this.formData.endTime = arrayTemp[0] + ' 23:59:59';
this.formData.endDate = arrayTemp[0] + ' 23:59:59';
}
}
},

Loading…
Cancel
Save