diff --git a/src/utils/dict.ts b/src/utils/dict.ts
index 62c18db..740e000 100644
--- a/src/utils/dict.ts
+++ b/src/utils/dict.ts
@@ -277,7 +277,7 @@ export enum DICT_TYPE {
DEVICE_MOLD_TYPE = 'device_mold_type', // 设备/模具类型
TRANSACTION_TYPE = 'transaction_Type', // 事务类型
RESULT = 'result', // 事务类型
- REQUEST_APPLY = 'class_type', // 班组类型
+ CLASS_TYPE = 'class_type', // 班组类型
}
diff --git a/src/views/system/dept/DeptForm.vue b/src/views/system/dept/DeptForm.vue
index 5410185..b4ad191 100644
--- a/src/views/system/dept/DeptForm.vue
+++ b/src/views/system/dept/DeptForm.vue
@@ -51,9 +51,9 @@
-
-
-
+
确 定
@@ -62,7 +62,7 @@