guoyujia 3 月之前
父节点
当前提交
fca510b608
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/business/outsourceInspectionVerify/index.vue

+ 2 - 0
src/views/business/outsourceInspectionVerify/index.vue

@@ -222,6 +222,8 @@ function handleQuery() {
 
 /** 重置按钮操作 */
 function resetQuery() {
+  queryParams.value.endTime =  proxy.moment().format("YYYY-MM-DD"),
+  queryParams.value.startTime =  proxy.moment().subtract(1, "month").format("YYYY-MM-DD"),
   proxy.resetForm("queryRef");
   handleQuery();
 }