0
点赞
收藏
分享

微信扫一扫

前端工作小结27-任务+1逻辑


前端工作小结27-任务+1逻辑_vue.js

 

/*控制任务的添加功能*/
addFrom(index,item) {
var tasks = {
name: "",
start_time: null
}
this.form.departmentList[index].accounts[item].tasks.push(tasks);
},

举报

相关推荐

0 条评论