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

no message

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