Browse Source

更新搜索

lex-xin 3 years ago
parent
commit
81fb495d27
1 changed files with 1 additions and 1 deletions
  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>