Commit cfc59b03 authored by combineli's avatar combineli
Browse files

Merge branch 'TFAE' of git.code.oa.com:TarsCloud/web into TFAE

parents 0c5ddcaa 803d46ee
Showing with 4 additions and 4 deletions
+4 -4
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>TARS</title><link href=/static/css/app.4e424.css rel=stylesheet></head><body><div id=app></div><link rel=stylesheet href=/vis/css/vis-network.min.css><script type=text/javascript src=/vis/js/vis-network.min.js></script><script type=text/javascript src=/static/js/manifest.6f04e.js></script><script type=text/javascript src=/static/js/vendor.c722c.js></script><script type=text/javascript src=/static/js/app.cdd86.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>TARS</title><link href=/static/css/app.4e424.css rel=stylesheet></head><body><div id=app></div><link rel=stylesheet href=/vis/css/vis-network.min.css><script type=text/javascript src=/vis/js/vis-network.min.js></script><script type=text/javascript src=/static/js/manifest.6f04e.js></script><script type=text/javascript src=/static/js/vendor.c722c.js></script><script type=text/javascript src=/static/js/app.bbddc.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -78,8 +78,8 @@ export default {
end : this.end_time
}).then(data => {
loading.hide();
if(!data.dependencyGraph.vertexs.value && data.dependencyGraph.links.value){
container.html('<div class="emptyMsg">没有数据</div>');
if(!data.dependencyGraph.vertexs.value.length && !data.dependencyGraph.links.value.length){
container.innerHTML= '<div class="emptyMsg">没有数据</div>';
return;
}
// create an array with nodes
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment