From 40053efbe89c963dff13e40b6b12bba58284f5cc Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 16 Aug 2024 14:07:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=BB=B7=E6=A0=BC,=20?= =?UTF-8?q?=E9=87=8D=E7=BD=AE=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/Products/Index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/Products/Index.js b/src/stores/Products/Index.js index 182be8c..98f4cc0 100644 --- a/src/stores/Products/Index.js +++ b/src/stores/Products/Index.js @@ -277,6 +277,7 @@ export const useProductsStore = create( return { ...prevQuotation, + audit_state_id: -1, adult_cost: formValues.adult_cost, child_cost: formValues.child_cost, currency: formValues.currency,