|
|
@@ -52,8 +52,8 @@ Ext.define('school.util.BaseUtil', {
|
|
|
refreshTabTitle: function (id, title) {
|
|
|
var currentTab = this.getCurrentTab();
|
|
|
currentTab.tabId = id;
|
|
|
- currentTab.setTitle(title);
|
|
|
- currentTab.setTooltip(title);
|
|
|
+ currentTab.tab.setText(title);
|
|
|
+ currentTab.tab.setTooltip(title);
|
|
|
},
|
|
|
|
|
|
/**
|