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