From 28dec6acaa317816a0c9315023672741a2137cb8 Mon Sep 17 00:00:00 2001 From: 张诺 <zhang_12370@163.com> Date: 星期五, 30 五月 2025 10:30:22 +0800 Subject: [PATCH] 处理git dev分支冲突 --- src/views/basicInformation/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/basicInformation/index.vue b/src/views/basicInformation/index.vue index 62ceb31..d018bb1 100644 --- a/src/views/basicInformation/index.vue +++ b/src/views/basicInformation/index.vue @@ -134,7 +134,7 @@ const tabName = ref("supplier"); // 鐘舵�佸彉閲� const loading = ref(false); -const total = ref(200); +const total = ref(0); const pageNum = ref(1); const pageSize = ref(10); const activeTab = ref("supplier"); -- Gitblit v1.9.3