|
@@ -303,7 +303,7 @@ define([ "require", "backbone", "hbs!tmpl/graph/TypeSystemTreeView_tmpl", "colle
|
|
|
var that = this;
|
|
|
this.ui.typeSearch.select2({
|
|
|
closeOnSelect: !0,
|
|
|
- placeholder: "Select Type"
|
|
|
+ placeholder: "请选择类型"
|
|
|
}).on("change.select2", function(e) {
|
|
|
if (e.stopPropagation(), e.stopImmediatePropagation(), that.ui.typeSearch.data("refresh")) that.ui.typeSearch.data("refresh", !1); else {
|
|
|
var selectedNode = $('[data-id="typeSearch"]').val();
|