shuishen
2024-04-18 4522ab3fe8bd45ee753ef187448c1e884bbc601f
src/views/property/inviteTenders.vue
@@ -116,7 +116,7 @@
          searchShow: true,
          searchMenuSpan: 3,
          menuWidth: 450,
          dialogMenuPosition: 'center',
          height: "auto",
          calcHeight: 54,
          dialogWidth: 950,
@@ -688,12 +688,13 @@
        if (dateTime) {
          values = {
            ...params,
            startTime: dateTime[0],
            endTime: dateTime[1],
            startTime: dateTime[0] + ' 00:00:01',
            endTime: dateTime[1] + ' 23:59:59',
            ...this.query,
          }
          values.dateTime = null
        }
        values.type = 2
        this.loading = true
        console.log(values)