open(){
getAction(this.url.list).then(res => {
this.tableData = res.data
})
},
clearSelection() {
this.selected = "";
this.$refs["table"].toggleRowSelection();
},
handleContentPreview(record) {
console.log(this)
this.$refs["assot"].show(record);
},
confirmAssociation() {
putAction(this.url.put + '/' + this.task_id + '/bound', {content_id: this.selected}).then(res => {
this.$message.success("绑定成功");
this.$emit("ok")
this.$refs["dialog"].close();
})
}
}
工作291:修改绑定成功之后回调的数值
浙公网安备 33010602011771号