Browse Source

【用户数据分析】【导出数据时间段和截止日期不对应】-王公峰-2020/05/25

master
wanggongfeng 6 years ago
parent
commit
cbea7acca6
  1. 3
      src/views/modules/analysis/export/operation.vue

3
src/views/modules/analysis/export/operation.vue

@ -46,6 +46,7 @@
label="截止时间"> label="截止时间">
<el-date-picker v-model="dataForm.endTime" <el-date-picker v-model="dataForm.endTime"
type="date" type="date"
value-format="yyyy-MM-dd"
placeholder="选择日期"> placeholder="选择日期">
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
@ -163,7 +164,7 @@ export default {
mixins: [mixinViewModule], mixins: [mixinViewModule],
watch: { watch: {
'timeFlag': function (val) { 'timeFlag': function (val) {
if (val == 0) { if (val === 0) {
this.dataForm.operationStartTime = '' this.dataForm.operationStartTime = ''
this.dataForm.operationEndTime = '' this.dataForm.operationEndTime = ''
this.time = [] this.time = []

Loading…
Cancel
Save