提交 5e060881 编写于 作者: tao.wu's avatar tao.wu

no message

上级 3ae60d38
......@@ -171,6 +171,7 @@
callback();
}
return {
formNoList: [],//存放量表 scaleNo 的数组,用于匹配所选项
remindOptionsCopy: [],//提升医生预约居民 - 标准模板
formOptionsCopy: [], //量表 - 标准模板
isSelectCartoon: false,
......@@ -229,6 +230,11 @@
}
}
},
formOptions(val){
val.forEach((item)=>{
this.formNoList.push(item.scaleNo)
})
},
valBegin(val){
if(val){
......@@ -253,12 +259,11 @@
console.log(val)
},
changeFollowId(val){
this.formOptions.forEach((item1)=>{
val.forEach((item2)=>{
if(item2==item1.scaleNo){
this.timeForm.followResourceIdStr.push(item1.name)
}
})
this.timeForm.followResourceIdStr = []
val.forEach((item)=>{
if(this.formNoList.includes(item)){
this.timeForm.followResourceIdStr.push(item)
}
})
},
getNowTime() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册