From 25c8971d31a2c034ba6fae6a73dac8edcc866d29 Mon Sep 17 00:00:00 2001
From: JiilingLee <462362@qq.com>
Date: Tue, 10 Oct 2023 09:40:41 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E5=88=86=E7=B1=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/setting/fileCategory/index.vue | 34 ++----------------------
1 file changed, 2 insertions(+), 32 deletions(-)
diff --git a/src/views/setting/fileCategory/index.vue b/src/views/setting/fileCategory/index.vue
index 57491e87..b2c3e68c 100644
--- a/src/views/setting/fileCategory/index.vue
+++ b/src/views/setting/fileCategory/index.vue
@@ -104,14 +104,7 @@
/>
-
-
-
-
-
+
-
-
-
-
+
@@ -305,7 +287,6 @@ export default {
form: {},
// 表单校验
rules: {},
- catalogNumOptions: [], //目录号
};
},
created() {
@@ -323,17 +304,6 @@ export default {
this.loading = false;
});
},
- //获取字典数据
- handleInitList() {
- // 获取目录号
- listData({
- pageNo: 1,
- pageSize: 100,
- dictType: "archives_catalog_num",
- }).then((res) => {
- this.catalogNumOptions = res.data.list || [];
- });
- },
/** 取消按钮 */
cancel() {
this.open = false;