test #1863
|
@ -71,7 +71,7 @@
|
||||||
ng-model="$ctrl.businessId"
|
ng-model="$ctrl.businessId"
|
||||||
search-function="{businessFk: $search}"
|
search-function="{businessFk: $search}"
|
||||||
show-field="businessFk"
|
show-field="businessFk"
|
||||||
value-field="businessFk"
|
value-field="businessId"
|
||||||
order="businessFk DESC"
|
order="businessFk DESC"
|
||||||
limit="5">
|
limit="5">
|
||||||
<tpl-item>
|
<tpl-item>
|
||||||
|
|
|
@ -402,7 +402,7 @@ class Controller extends Section {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
state(state, reason) {
|
changeState(state, reason) {
|
||||||
this.state = state;
|
this.state = state;
|
||||||
this.reason = reason;
|
this.reason = reason;
|
||||||
this.repaint();
|
this.repaint();
|
||||||
|
|
Loading…
Reference in New Issue