From cc55be5ac8998a8ba03af2616d40abd7223123dc Mon Sep 17 00:00:00 2001 From: wood chen Date: Sun, 23 Feb 2025 04:54:43 +0800 Subject: [PATCH] Enhance Prices view with robust NULL value handling and minor onMounted optimization - Add NULL check for temporary fields to prevent unnecessary tag rendering - Update model type loading to use correct key and label fields - Simplify onMounted method to remove unnecessary async/await --- frontend/src/views/Prices.vue | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/src/views/Prices.vue b/frontend/src/views/Prices.vue index 7014c1e..6d81b3d 100644 --- a/frontend/src/views/Prices.vue +++ b/frontend/src/views/Prices.vue @@ -80,7 +80,7 @@