0
点赞
收藏
分享

微信扫一扫

前端工作总结266-数据绑定逻辑处理

穆风1818 2022-09-17 阅读 176

},
confirmAssociation() {
if(this.selected!="") {
putAction(this.url.put + '/' + this.task_id + '/bound', {content_id: this.selected}).then(res => {
this.$message.success("绑定成功");
this.$emit("ok")
this.$refs["dialog"].close();
})
}else{
this.$message.success("数据没有绑定成功");
this.$refs["dialog"].close();
}
}
}



举报

相关推荐

0 条评论