update export segment customers

This commit is contained in:
edmondlang
2024-12-13 20:00:07 +08:00
parent b5e5e88a6a
commit 05adf091a8
@@ -96,8 +96,6 @@ export default {
},
downloadReport() {
if (window.LARAVEL_VAPOR_ENABLED) {
this.isValidationEnabled = !this.isValidationEnabled;
this.parameters = null;
this.submit(this.route('segment-customers.export', this.options.company_segments_in, this.options.marking_in ?? 0), 'get', this.section, false, false);
}
else {