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