chenlu
2024-09-10 ed3ce5c8f6e1f7ac1aad3218ab5e518fc95cdb0f
north-glass-erp/northglass-erp/src/views/pp/processCard/SelectAddProcess.vue
@@ -80,7 +80,7 @@
//获取七天前到当前时间
function getNowTime() {
  const start = new Date(new Date().getTime() - 3600 * 1000 * 24 * 7)
  const start = new Date(new Date().getTime() - 3600 * 1000 * 24 * 15)
      .toISOString()
      .replace('T', ' ')
      .slice(0, 10) //默认开始时间7天前
@@ -279,8 +279,7 @@
    </div>
    <vxe-grid
        max-height="100%"
        height="600px"
        height="95%"
        @filter-change="filterChanged"
        class="mytable-scrollbar"
        ref="xGrid"