From af1c9e588f1de0240390648f9bb56aa486870aff Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期五, 16 五月 2025 17:40:18 +0800 Subject: [PATCH] 提交高度修改; --- src/views/basicData/processRoute/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/basicData/processRoute/index.vue b/src/views/basicData/processRoute/index.vue index ecc1327..a65b93f 100644 --- a/src/views/basicData/processRoute/index.vue +++ b/src/views/basicData/processRoute/index.vue @@ -70,6 +70,7 @@ <HxlhTable style="width: 100%" :columns="columns" + :showOverflow="true" :virtualYConfig="virtualYConfig" :data="processRouteList" :loading="loading" @@ -407,7 +408,7 @@ const data = reactive({ form: {}, queryParams: { - pageNum: 0, + pageNum: 1, pageSize: 100, itemNo: null, integrationDay: null, -- Gitblit v1.9.3