zhanghl
2025-04-25 b0ec7df2059a1d23942e71b6fb1ff3575904db81
src/views/basicData/processRoute/index.vue
@@ -220,7 +220,7 @@
const title = ref("");
const daterangeIntegrationDay = ref([]);
//弹窗相关
const height = ref(document.documentElement.clientHeight - 260 + "px;");
const height = ref(document.documentElement.clientHeight - 230 + "px;");
const isVisible = ref(false);
const isError = ref(false);
const planned = ref(true);
@@ -407,7 +407,7 @@
  form: {},
  queryParams: {
    pageNum: 0,
    pageSize: 10,
    pageSize: 100,
    itemNo: null,
    integrationDay: null,
  },