调整回访数据页面:重置按钮设置时间默认为当天,禁用清空时间按钮。

This commit is contained in:
Ryan 2024-08-22 18:16:40 +08:00
parent 6593815beb
commit a98700d1bb
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
format="yyyy-MM-dd" format="yyyy-MM-dd"
type="daterange" type="daterange"
:clearable="false"
range-separator="至" range-separator="至"
:picker-options="expireTimeOPtion" :picker-options="expireTimeOPtion"
start-placeholder="开始日期" start-placeholder="开始日期"
@ -307,6 +308,7 @@ export default {
resetQuery() { resetQuery() {
this.dateRange = []; this.dateRange = [];
this.resetForm("queryForm"); this.resetForm("queryForm");
this.initDateRange();
this.handleQuery(); this.handleQuery();
}, },
// //