From 19b9e9cd27491b03c36f2ce6694328dc364cd44c Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Wed, 31 Jan 2024 11:14:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AE=A1=E7=90=86=E5=90=8E?= =?UTF-8?q?=E5=8F=B0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/users/GiftManageView.vue | 62 ++++++++++++++++++++++-------- 1 file changed, 47 insertions(+), 15 deletions(-) diff --git a/src/views/users/GiftManageView.vue b/src/views/users/GiftManageView.vue index b2e289b..2d89f69 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -239,7 +239,7 @@
-
+
@@ -264,7 +264,7 @@
-
+
@@ -833,12 +833,18 @@ export default { } }); } - let $dressId = $('#' + type + 'DressId'); let dressId = $('#' + type + 'DressIdBak').val(); console.log(dressId); - $dressId.children().remove(); + $('#' + type + 'DressDiv .combobox-container').remove(); + $('#' + type + 'DressId').remove(); console.log(options); setTimeout(() => { + let $div = $('#' + type + 'DressDiv'); + let $select = $('