提交 74828ec3 编写于 作者: tao.wu's avatar tao.wu

no message

上级 8ecd0e71
......@@ -729,9 +729,15 @@
console.log(val)
this.timeForm.followupList = []
val.forEach((item)=>{
this.timeForm.followupList.push({
resourceId: item
this.formOptions.forEach((item2)=>{
if(item2.scaleNo==item){
this.timeForm.followupList.push({
resourceId: item,
sendContent: item2.name
})
}
})
})
this.$forceUpdate(); //强制刷新,解决页面不会重新渲染的问题
},
......
......@@ -60,7 +60,6 @@
clearable
style="width:380px;">
</el-date-picker>
</el-form-item>
<el-form-item label="备注">
<el-select
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册