提交 a43bdaeb 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 571597a4
......@@ -176,6 +176,15 @@ export default {
},
closeChangeStatus(val){
this.isShowChangeDialog = val;
let status = null
if(this.planBtn == true) {
status = 0
} else {
status = 1
}
this.getTodayPlansList({
status: status
})
},
changeFollowStatus(row) {
this.statusForm = {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册