From 688b32bfd8f6ed74b78c8246c2166b1c62f63fa2 Mon Sep 17 00:00:00 2001 From: gongchunyi <deslre0381@gmail.com> Date: 星期二, 18 八月 2026 09:18:28 +0800 Subject: [PATCH] fix: 去除采购台账默认当天查询 --- src/views/system/dept/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index bcc70ee..a177314 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -46,7 +46,6 @@ </el-col> <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar> </el-row> - <el-table v-if="refreshTable" v-loading="loading" -- Gitblit v1.9.3