Browse Source

01/04 学生vip 搜索修改

1
mo 4 years ago
parent
commit
8f1fd6d9d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/studentManager/components/studentVip.vue

+ 2 - 2
src/views/studentManager/components/studentVip.vue

@@ -31,7 +31,7 @@
       <el-form-item>
         <el-input placeholder="课程名称"
                   @keyup.enter.native="onSearch"
-                  v-model.trim="searchForm.classGroupName"></el-input>
+                  v-model.trim="searchForm.vipGroupName"></el-input>
       </el-form-item>
       <el-form-item>
         <el-button @click="onSearch"
@@ -131,7 +131,7 @@ export default {
     return {
       searchForm: {
         studentId: null,
-        classGroupName: null
+        vipGroupName: null
       },
       checkIndex: null, // 选中的课程
       dialogTableVisible: false,