Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
d8fbdba7
提交
d8fbdba7
编写于
4月 24, 2019
作者:
tao.wu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
no message
上级
4437f900
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
14 行增加
和
8 行删除
+14
-8
planManage.js
src/store/followup/planManage.js
+2
-2
set-time-node.vue
src/views/followup/plan-manage/dialog/set-time-node.vue
+12
-6
未找到文件。
src/store/followup/planManage.js
浏览文件 @
d8fbdba7
...
...
@@ -38,7 +38,7 @@ export default {
templateOptions
:
[
// 获取随访计划模板
{
id
:
0
,
name
:
'
目前请选择自定义模板作为测试
'
name
:
'
自定义模板
'
}
],
followStartTimeList
:
[],
//随访时间
...
...
@@ -103,7 +103,7 @@ export default {
state
.
templateOptions
=
[
{
id
:
0
,
name
:
'
目前请选择自定义模板作为测试
'
name
:
'
自定义模板
'
}
]
state
.
templateOptions
=
state
.
templateOptions
.
concat
(
payload
)
...
...
src/views/followup/plan-manage/dialog/set-time-node.vue
浏览文件 @
d8fbdba7
...
...
@@ -608,6 +608,12 @@
return
flag
},
goSelectCartoon
()
{
const
activeTabId
=
this
.
setTimeNodeList
[
this
.
activeTab
].
comentMsg
.
id
;
if
(
activeTabId
){
this
.
activeComentId
=
String
(
activeTabId
);
}
else
{
this
.
activeComentId
=
''
;
}
this
.
isSelectCartoon
=
true
;
},
//关闭漫画
...
...
@@ -617,11 +623,11 @@
// 确认选择漫画
confirmSelectComent
(
val
){
this
.
isSelectCartoon
=
false
;
console
.
log
(
'当前的漫画选择组件的信息'
,
val
)
console
.
log
(
'当前的tab是'
,
this
.
activeTab
)
console
.
log
(
'当前是否固定模板'
,
this
.
isStandedTemplate
)
console
.
log
(
'当前的时间list'
,
this
.
setTimeNodeList
)
this
.
activeComentId
=
String
(
val
.
id
);
//
console.log('当前的漫画选择组件的信息',val)
//
console.log('当前的tab是',this.activeTab)
//
console.log('当前是否固定模板',this.isStandedTemplate)
//
console.log('当前的时间list',this.setTimeNodeList)
this
.
setTimeNodeList
[
this
.
activeTab
].
hasSelected
=
true
;
this
.
setTimeNodeList
[
this
.
activeTab
].
comentMsg
=
val
;
const
comdata
=
this
.
setTimeNodeList
[
this
.
activeTab
];
...
...
@@ -712,7 +718,7 @@
// }else{
//
// }
console
.
log
(
item
)
//
console.log(item)
if
(
item
.
timeNo
>=
0
&&
item
.
timeNo
!==
''
){
str
=
'开始后'
+
String
(
item
.
timeNo
)
+
this
.
timeUnitStr
}
else
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录