Skip to content

Commit

Permalink
fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellheor1 committed Apr 26, 2024
1 parent e365a2e commit 20eddb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forms/forms114.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def form_01(request_data) -> Workbook:

current_day = datetime.datetime.now()
researches = get_researches()
if price_id:
if price_id and price_id != 'null':
prices = PriceName.objects.filter(pk=price_id)
else:
prices = get_prices(current_day)
Expand Down
2 changes: 1 addition & 1 deletion l2-frontend/src/construct/ConstructPrice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<a

Check warning on line 18 in l2-frontend/src/construct/ConstructPrice.vue

View workflow job for this annotation

GitHub Actions / webpack_build_prod

Expected indentation of 6 spaces but found 7 spaces

Check warning on line 18 in l2-frontend/src/construct/ConstructPrice.vue

View workflow job for this annotation

GitHub Actions / webpack_build_prod

Expected indentation of 6 spaces but found 7 spaces
class="a-under a-align margin-top margin-bottom"
href="#"
@click.prevent="downloadCoastTOXlsx"
@click.prevent="downloadCoastTOXlsx()"
>
XLSX
</a>
Expand Down

0 comments on commit 20eddb3

Please sign in to comment.