From 62bfa86a41c6797881194f91b9b748e120c11ea7 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 22 八月 2024 17:10:46 +0800
Subject: [PATCH] 测试完成
---
src/views/knowledge/education/index.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/knowledge/education/index.vue b/src/views/knowledge/education/index.vue
index ec87876..c70696b 100644
--- a/src/views/knowledge/education/index.vue
+++ b/src/views/knowledge/education/index.vue
@@ -183,6 +183,7 @@
label="鏍囬"
fixed
align="center"
+ width="150"
key="preachname"
prop="preachname"
:show-overflow-tooltip="true"
@@ -197,6 +198,7 @@
<el-table-column
label="涓昏鍐呭"
align="center"
+ width="260"
key="preachcontent"
prop="preachcontent"
:show-overflow-tooltip="true"
@@ -702,6 +704,7 @@
} else {
return this.$modal.msgError("璇峰~鍐欏畬鏁翠俊鎭�");
}
+ this.classifyform.hetype = 1;
addheLibraryAssort(this.classifyform).then((res) => {
this.getDeptTree();
this.$modal.msgSuccess("鏂板鎴愬姛");
--
Gitblit v1.9.3