Procházet zdrojové kódy

fix: continuously modify the properties of the receiving card

Casper Dai před 3 roky
rodič
revize
60ac8cca04

+ 4 - 1
src/views/device/detail/components/ReceivingCardInfoEdit.vue

@@ -371,7 +371,10 @@ export default {
           reset = true
           break
         default:
-          return
+          break
+      }
+      if (!reset) {
+        this.info[key] = this.defaults[key]
       }
       this.$emit('refresh', { tip, reset })
     }