Explorar el Código

修改退卡字段

wxy hace 6 meses
padre
commit
07d29aff1e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 = []
     }
 }