refs 4764 quit index
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
5c8e635509
commit
78f337c6d4
|
@ -34,9 +34,9 @@
|
|||
vn-acl-action="remove">
|
||||
</vn-submit>
|
||||
</vn-button-bar><br>
|
||||
<vn-horizontal ng-repeat="service in $ctrl.services track by $index">
|
||||
<vn-horizontal ng-repeat="service in $ctrl.services">
|
||||
<vn-check tabindex="-1"
|
||||
ng-model="service.checked">
|
||||
ng-model="service.checked">
|
||||
</vn-check>
|
||||
<vn-autocomplete vn-two vn-focus
|
||||
data="ticketServiceTypes"
|
||||
|
|
|
@ -68,7 +68,7 @@ class Controller extends Section {
|
|||
}
|
||||
|
||||
createRefund() {
|
||||
const services = this.selectedValidServices();
|
||||
const services = this.selectedServices();
|
||||
if (!services) return;
|
||||
|
||||
const servicesIds = services.map(service => service.id);
|
||||
|
|
Loading…
Reference in New Issue