lex-xin hace 3 años
padre
commit
81fb495d27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/teamBuild/signupList.vue

+ 1 - 1
src/views/teamBuild/signupList.vue

@@ -438,7 +438,7 @@
               v-for="(item, index) in gradeList"
               :key="index"
               :label="item.label"
-              :value="item.label"
+              :value="item.value"
             ></el-option>
           </el-select>
         </el-form-item>