git-svn-id: https://msi/svn/firstRepo/WebClient/branches/Manut_3.0.1@73 0f545695-f87b-41b6-9a03-7f16563b5454

This commit is contained in:
2016-03-03 22:21:10 +00:00
parent 9a8359a8dc
commit fca2915242
+1
View File
@@ -63,6 +63,7 @@ define(['jquery', 'underscore', 'backbone','text!modules/search/searchViewTempla
this.$el.append(this.template()); this.$el.append(this.template());
this.$el.append(this.footer.$el); this.$el.append(this.footer.$el);
} }
if(Profile.data.risRic)
this.$el.find('#nResult').val(Profile.data.risRic); this.$el.find('#nResult').val(Profile.data.risRic);
this.trigger("renderCompleted:Search", this); this.trigger("renderCompleted:Search", this);
this.$el.find("#searchBtn").addClass("ui-btn-active"); this.$el.find("#searchBtn").addClass("ui-btn-active");