diff --git a/src/api/indexProject.js b/src/api/indexProject.js new file mode 100644 index 00000000..d324dedf --- /dev/null +++ b/src/api/indexProject.js @@ -0,0 +1,12 @@ +import http from "./configz"; +import https from './confign' +// 请求组织接口 +export const userGetUserOrg = (obj) => https.post('/user/getUserOrg', obj) +// 请求所属组织接口 +export const userInfo = (obj) => https.post('/user/info', obj) +// 项目列表 +export const boeuProjectPageList = (obj) => http.post('/boeu/project/pageList', obj) +// 文章列表 +export const boeuArticlePageList = (obj) => http.post('/boeu/article/pageList', obj ) +// 课程分页列表 +export const boeuCourseListPageV2 = (obj) => http.post('/boeu/course/List/page/v2', obj ) \ No newline at end of file diff --git a/src/views/report/Article.vue b/src/views/report/Article.vue index 1e773a95..a36bd351 100644 --- a/src/views/report/Article.vue +++ b/src/views/report/Article.vue @@ -3,20 +3,13 @@
-
- -
@@ -26,15 +19,16 @@ placeholder="请输入创建者" allowClear showSearch + v-model:value="createName" >
-
+
搜索
-
+
重置
@@ -42,7 +36,7 @@
-
+
导出
@@ -55,7 +49,40 @@ :loading="tableLoading" :scroll="{ x: 700 }" :pagination="false" + :row-selection="{ + selectedRowKeys: selectedRowKeys, + onChange: onSelectChange, + }" > +
@@ -76,116 +103,196 @@