李志伟 3 年 前
コミット
62f8156e06
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      src/pages/signup.vue

+ 1
- 0
src/pages/signup.vue ファイルの表示

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