提交 0418d677 编写于 作者: tao.wu's avatar tao.wu

no message

上级 d5a6cdad
...@@ -86,7 +86,6 @@ ...@@ -86,7 +86,6 @@
</el-form-item> </el-form-item>
<el-form-item label="推送患教"> <el-form-item label="推送患教">
<div style="display: flex"> <div style="display: flex">
<el-select <el-select
v-model="itemTimeForm.pushDay" v-model="itemTimeForm.pushDay"
placeholder="选择推送时间" placeholder="选择推送时间"
...@@ -711,6 +710,7 @@ ...@@ -711,6 +710,7 @@
startDays: item startDays: item
}) })
}) })
this.$forceUpdate(); //强制刷新,解决页面不会重新渲染的问题
}, },
changePushDay(val){ changePushDay(val){
console.log(val) console.log(val)
...@@ -720,6 +720,7 @@ ...@@ -720,6 +720,7 @@
sendContent: this.timeForm.comentMsg.header_name sendContent: this.timeForm.comentMsg.header_name
} }
this.timeForm.pushContentList[0] = obj this.timeForm.pushContentList[0] = obj
this.$forceUpdate(); //强制刷新,解决页面不会重新渲染的问题
}, },
changeFollowId(val){ changeFollowId(val){
console.log(val) console.log(val)
...@@ -729,6 +730,7 @@ ...@@ -729,6 +730,7 @@
resourceId: item resourceId: item
}) })
}) })
this.$forceUpdate(); //强制刷新,解决页面不会重新渲染的问题
}, },
getNowTime() { getNowTime() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册