From 5390751bd6bbf492b436b34495ab745f974e4398 Mon Sep 17 00:00:00 2001
From: "YOHO\\20373" <2037305722@qq.com>
Date: Tue, 20 May 2025 13:54:03 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E8=AF=95?=
=?UTF-8?q?=E9=A2=98=E7=9F=A5=E8=AF=86=E7=82=B9=EF=BC=8Cmysql=E3=80=81?=
=?UTF-8?q?=E6=96=87=E4=BB=B6=E3=80=81=E6=B5=8F=E8=A7=88=E5=99=A8=E8=AF=95?=
=?UTF-8?q?=E9=A2=98=E6=A1=86=E6=9E=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/paper/question/BrowerForm.vue | 608 +++++++++++++++++++++++
src/views/paper/question/DeptTree.vue | 5 +-
src/views/paper/question/FileForm.vue | 608 +++++++++++++++++++++++
src/views/paper/question/MysqlForm.vue | 609 ++++++++++++++++++++++++
src/views/paper/question/index.vue | 59 ++-
5 files changed, 1881 insertions(+), 8 deletions(-)
create mode 100644 src/views/paper/question/BrowerForm.vue
create mode 100644 src/views/paper/question/FileForm.vue
create mode 100644 src/views/paper/question/MysqlForm.vue
diff --git a/src/views/paper/question/BrowerForm.vue b/src/views/paper/question/BrowerForm.vue
new file mode 100644
index 0000000..3f7404b
--- /dev/null
+++ b/src/views/paper/question/BrowerForm.vue
@@ -0,0 +1,608 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/paper/question/DeptTree.vue b/src/views/paper/question/DeptTree.vue
index ab8ba06..75a0510 100644
--- a/src/views/paper/question/DeptTree.vue
+++ b/src/views/paper/question/DeptTree.vue
@@ -1,6 +1,6 @@
-
+
@@ -25,6 +25,7 @@
import { ElTree } from 'element-plus'
import * as DeptApi from '@/api/system/dept'
import { defaultProps, handleTree } from '@/utils/tree'
+import * as SpecialtyApi from '@/api/points'
defineOptions({ name: 'SystemUserDeptTree' })
@@ -34,7 +35,7 @@ const treeRef = ref>()
/** 获得部门树 */
const getTree = async () => {
- const res = await DeptApi.getSimpleDeptList()
+ const res = await SpecialtyApi.listPoints()
deptList.value = []
deptList.value.push(...handleTree(res))
}
diff --git a/src/views/paper/question/FileForm.vue b/src/views/paper/question/FileForm.vue
new file mode 100644
index 0000000..3f7404b
--- /dev/null
+++ b/src/views/paper/question/FileForm.vue
@@ -0,0 +1,608 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/paper/question/MysqlForm.vue b/src/views/paper/question/MysqlForm.vue
new file mode 100644
index 0000000..bd75847
--- /dev/null
+++ b/src/views/paper/question/MysqlForm.vue
@@ -0,0 +1,609 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/paper/question/index.vue b/src/views/paper/question/index.vue
index ab104bf..92f2075 100644
--- a/src/views/paper/question/index.vue
+++ b/src/views/paper/question/index.vue
@@ -247,10 +247,17 @@
+
+
+
+
+
+
+