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

Loading…
Cancel
Save