Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
提交
议题看板
打开侧边栏
jingqi.liu
pica.cloud.web-education-admin
提交
dba3b2c8
提交
dba3b2c8
编写于
7月 18, 2019
作者:
zhentian.jia
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
调项目列表接口
上级
1fc22a6a
变更
7
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
15 行增加
和
21 行删除
+15
-21
env-config.js
src/utils/env-config.js
+2
-2
operation.js
src/utils/operation.js
+1
-1
item-course-analysis.vue
src/views/learning/item-course-analysis.vue
+0
-3
item-crowd-analysis.vue
src/views/learning/item-crowd-analysis.vue
+0
-3
item-examination-analysis.vue
src/views/learning/item-examination-analysis.vue
+0
-3
item-list.vue
src/views/learning/item-list.vue
+4
-5
report-list.vue
src/views/learning/report-list.vue
+8
-4
未找到文件。
src/utils/env-config.js
浏览文件 @
dba3b2c8
...
...
@@ -8,8 +8,8 @@ export const envConfig = {
// baseUrl: 'https://test1-sc.yunqueyi.com/',
// baseUrl: 'https://uat-sc.yunqueyi.com/',
baseUrl
:
'http://10.177.15.150:10401/'
,
//
baseUrl: 'http://10.177.15.150:11905/',
//
baseUrl: 'http://10.177.15.150:10401/',
baseUrl
:
'http://10.177.15.150:11905/'
,
// baseUrl: 'https://dev-sc.yunqueyi.com/',
apiUrl
:
'https://dev-api.yunqueyi.com/'
,
qiniuFileUrl
:
"https://dev-sc.yunqueyi.com/contents/admin/qiniu/token1"
,
...
...
src/utils/operation.js
浏览文件 @
dba3b2c8
...
...
@@ -313,7 +313,7 @@ export function getRegionOption() {
}
export
function
getLearnOrganization
(
data
)
{
if
(
data
.
length
==
0
)
{
arr
=
[];
let
arr
=
[];
return
arr
;
}
let
organization
=
[
...
...
src/views/learning/item-course-analysis.vue
浏览文件 @
dba3b2c8
...
...
@@ -63,9 +63,6 @@ export default {
dialogData
:
{
type
:
Object
},
organizationNum
:
{
type
:
Number
},
organizationList
:
{
type
:
Array
}
...
...
src/views/learning/item-crowd-analysis.vue
浏览文件 @
dba3b2c8
...
...
@@ -44,9 +44,6 @@ export default {
activeName
:
{
type
:
String
},
organizationNum
:
{
type
:
Number
},
organizationList
:
{
type
:
Array
}
...
...
src/views/learning/item-examination-analysis.vue
浏览文件 @
dba3b2c8
...
...
@@ -64,9 +64,6 @@ export default {
dialogData
:
{
type
:
Object
},
organizationNum
:
{
type
:
Number
},
organizationList
:
{
type
:
Array
}
...
...
src/views/learning/item-list.vue
浏览文件 @
dba3b2c8
...
...
@@ -72,7 +72,6 @@
ref=
"childCrowd"
:formInline=
"formInline"
:activeName=
"activeName"
:organizationNum=
"organizationNum"
:organizationList=
"organizationList"
></crowd-analysis>
</el-tab-pane>
...
...
@@ -82,7 +81,6 @@
:formInline=
"formInline"
:activeName=
"activeName"
:dialogData=
"dialogData"
:organizationNum=
"organizationNum"
:organizationList=
"organizationList"
></course-analysis>
</el-tab-pane>
...
...
@@ -92,7 +90,6 @@
:formInline=
"formInline"
:activeName=
"activeName"
:dialogData=
"dialogData"
:organizationNum=
"organizationNum"
:organizationList=
"organizationList"
></examination-analysisfrom>
</el-tab-pane>
...
...
@@ -232,7 +229,10 @@ export default {
methods
:
{
handleClick
(
tab
,
event
)
{
//console.log(tab, event);
console
.
log
(
"activeName"
,
this
.
activeName
);
// if(tab.name == this.activeName) {
// return;
// }
console
.
log
(
"activeName"
,
this
.
activeName
,
tab
.
name
);
if
(
tab
.
name
==
"first"
)
{
this
.
$refs
.
childPart
.
$emit
(
"init"
);
}
else
if
(
tab
.
name
==
"second"
)
{
...
...
@@ -381,7 +381,6 @@ export default {
this
.
organizationList
=
operationData
.
getLearnOrganization
(
res
.
data
.
hospitalList
);
debugger
;
}
});
},
...
...
src/views/learning/report-list.vue
浏览文件 @
dba3b2c8
...
...
@@ -29,7 +29,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"12"
style=
"padding:0;text-align:right;padding-right:15px;"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"search()"
>
查询
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"search
Data
()"
>
查询
</el-button>
<el-button
type=
"default"
size=
"small"
@
click=
"resetMessage"
style=
"margin-left:0;"
>
重置
</el-button>
</el-col>
</el-form>
...
...
@@ -135,6 +135,10 @@ export default {
commonUtil
.
resizeHeight
();
},
methods
:
{
searchData
()
{
vm
.
formData
.
pageNo
=
1
;
vm
.
search
();
},
// 搜索列表
search
()
{
let
req
=
{};
...
...
@@ -143,8 +147,8 @@ export default {
vm
.
GET
(
"portal/portalInfo/getPortalReportProject"
,
req
).
then
(
res
=>
{
closeLoading
(
vm
);
if
(
res
.
code
==
"000000"
)
{
vm
.
tableData
=
res
.
data
;
vm
.
totalRows
=
res
.
totalRows
;
vm
.
tableData
=
res
.
data
.
projectList
;
vm
.
totalRows
=
res
.
data
.
totalRows
;
}
});
},
...
...
@@ -165,7 +169,7 @@ export default {
// 换页
handleCurrentChange
(
val
)
{
console
.
log
(
`当前页:
${
val
}
`
);
vm
.
formData
.
pageNo
=
val
ue
;
vm
.
formData
.
pageNo
=
val
;
vm
.
search
();
},
//跳转到报告详情页
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录