From 1752dc60cced88ff7fc1b1e652769161ac54fa3c Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 11 九月 2025 11:04:16 +0800
Subject: [PATCH] 修复替换流程bug
---
src/views/system/dept.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/system/dept.vue b/src/views/system/dept.vue
index 4a071a5..b3ce01f 100644
--- a/src/views/system/dept.vue
+++ b/src/views/system/dept.vue
@@ -153,7 +153,7 @@
label: 'dictValue',
value: 'dictKey',
},
- dataType: 'number',
+ dataType: 'string',
width: 120,
prop: 'deptCategory',
slot: true,
--
Gitblit v1.9.3