qinxianzhangyao
2024-03-15 ac6766c11f8a2b8de903b58c13a8f206fa01dccd
src/views/system/Checkout/index.vue
@@ -409,7 +409,7 @@
      leave: false,
      checked: false,
      radioId1: false,
      createTimeList: "",
      createTimeList: [],
      cusId: "",
      payType: "0",
      dialogVisible: false,
@@ -523,7 +523,7 @@
  },
  created() {
    // this.getNowTime();
    this.getList();
    this.getdate();
  },
  mounted() {
@@ -538,6 +538,7 @@
          moment(res.data).format("YYYY-MM-DD 00:00:00"),
          moment(res.data).format("YYYY-MM-DD 23:59:00"),
        ];
        this.getList();
      });
    },
    // / 处理默认选中当前日期
@@ -667,6 +668,8 @@
    },
    /** 重置按钮操作 */
    resetQuery() {
      this.createTimeList = []
      this.startTime= []
      this.resetForm("queryForm");
      this.handleQuery();
    },