Commit 463b27e4 by 潘建波

增加组织机构日志

1 parent 5eb97d60
...@@ -221,6 +221,13 @@ export default { ...@@ -221,6 +221,13 @@ export default {
type: "success", type: "success",
message: "删除成功!" message: "删除成功!"
}); });
let type = data.org_type;
if(type == 'org') {
this.$logs.oplogs(res,'serv_vchan',`删除组织${data.label}`);
}
if(type == 'address') {
this.$logs.oplogs(res,'serv_vchan',`删除地点${data.label}`);
}
this.$emit("getTree"); this.$emit("getTree");
} }
}); });
......
...@@ -443,7 +443,7 @@ export default { ...@@ -443,7 +443,7 @@ export default {
}) })
} }
// this.submitLaterGet(data); // this.submitLaterGet(data);
this.$logs.oplogs(res,'serv_vchan',`删除实时视频,视频名称:${row.vchan_name}`); this.$logs.oplogs(res,'serv_vchan',`删除实时视频,视频名称:${row.label}`);
} }
}); });
}) })
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!