From 26e0f4997558b60eda9dcb8979b777b47b31675e Mon Sep 17 00:00:00 2001 From: zhang_12370 <z2864490065@outlook.com> Date: 星期六, 19 七月 2025 17:14:43 +0800 Subject: [PATCH] 优化巡检管理显示及数据处理 --- src/views/procureMent/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/procureMent/index.vue b/src/views/procureMent/index.vue index ee9d5c5..38dcbe5 100644 --- a/src/views/procureMent/index.vue +++ b/src/views/procureMent/index.vue @@ -85,7 +85,9 @@ // 寮曞叆瀛楀吀鏁版嵁 const { proxy } = getCurrentInstance(); const dialogFormVisible = ref(false); -const form = ref({}); +const form = ref({ + taxRate: "13" +}); const title = ref(""); // 鐘舵�佸彉閲� const loading = ref(false); -- Gitblit v1.9.3