|
@@ -360,6 +360,13 @@ function report_crm_claim(reporting){
|
|
|
return defer;
|
|
|
},
|
|
|
|
|
|
+ getResCompany: function (id) {
|
|
|
+ var self = this;
|
|
|
+ return _.filter(self.ResCompany,function (item) {
|
|
|
+ return item.id == id;
|
|
|
+ })
|
|
|
+ },
|
|
|
+
|
|
|
updateUser: function () {
|
|
|
var self = this;
|
|
|
var store = self.$el.find('#current-store').val();
|