From 4e8762aaafdac0ac7f6b89fe12f6597df9f6cf71 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Mon, 29 Jul 2024 19:02:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BA=A4=E6=98=93=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=EF=BC=8Cbug=E4=BF=AE=E5=A4=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/invest/investAccountDeal/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/invest/investAccountDeal/index.vue b/src/views/invest/investAccountDeal/index.vue index 8d3ad24..08ef7a5 100644 --- a/src/views/invest/investAccountDeal/index.vue +++ b/src/views/invest/investAccountDeal/index.vue @@ -209,7 +209,8 @@ function reset() { updateTime: null, delFlag: null, remark: null, - dealCategory: '2' + dealCategory: '2', + childCategory: '2' } proxy.resetForm('accountDealRecordRef') }