guoyujia 3 tháng trước cách đây
mục cha
commit
fca510b608
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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();
 }