You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var doc = mxUtils.parseXml(xml);
var root = doc.documentElement;
var dec = new mxCodec(root.ownerDocument);
let decodeObj = dec.decode(root, this.graph.getModel());
this.graph.getModel().endUpdate();
但是页面不显示,请教一下,不甚感激