Browse Source

修改退卡字段

wxy 3 months ago
parent
commit
07d29aff1e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/order/BuyCard/returnCard.vue

+ 1 - 0
src/views/order/BuyCard/returnCard.vue

@@ -55,6 +55,7 @@ const submitStatus = async () => {
         emit('update:modelValue', false)
         emit('submit', true)
         data.value = []
+        selectedKeys.value = []
     }
 }