李志伟 3 lat temu
rodzic
commit
62f8156e06
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      src/pages/signup.vue

+ 1
- 0
src/pages/signup.vue Wyświetl plik

81
   },
81
   },
82
   methods: {
82
   methods: {
83
     onConfirm(value, index) {
83
     onConfirm(value, index) {
84
+      this.intendedProduct = value
84
       this.formData.intendedProduct = value
85
       this.formData.intendedProduct = value
85
       this.onCancel()
86
       this.onCancel()
86
     },
87
     },