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,7 +34,7 @@
|
||||||
vn-acl-action="remove">
|
vn-acl-action="remove">
|
||||||
</vn-submit>
|
</vn-submit>
|
||||||
</vn-button-bar><br>
|
</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"
|
<vn-check tabindex="-1"
|
||||||
ng-model="service.checked">
|
ng-model="service.checked">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
|
|
|
@ -68,7 +68,7 @@ class Controller extends Section {
|
||||||
}
|
}
|
||||||
|
|
||||||
createRefund() {
|
createRefund() {
|
||||||
const services = this.selectedValidServices();
|
const services = this.selectedServices();
|
||||||
if (!services) return;
|
if (!services) return;
|
||||||
|
|
||||||
const servicesIds = services.map(service => service.id);
|
const servicesIds = services.map(service => service.id);
|
||||||
|
|
Loading…
Reference in New Issue