李志伟 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
     },