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 @@
+
+
+
+
+
+
+