CustomJSError : _g(...).options.form.getWidgetByName(...).showCardByIndex is not a function
先get
setTimeout(function(){//TAB切换后,获取到当前TAB块的标题索引window.IndexNum=_g().getWidgetByName("tabpane0").getShowIndex();},50);
再show
this.options.form.getWidgetByName("tabpane0").showCardByIndex(window.IndexNum);
在哪里写的js,js截个完整的图看看