Browse Source

Merge branch 'ol_12_30' into online

mo 4 years ago
parent
commit
5df902bfae
1 changed files with 4 additions and 7 deletions
  1. 4 7
      src/views/studentManager/components/studentVip.vue

+ 4 - 7
src/views/studentManager/components/studentVip.vue

@@ -10,12 +10,9 @@
       save-key="studentDetail-studentVip"
     >
       <el-form-item>
-        <el-input
-          placeholder="课程名称"
-          clearable
-          @keyup.enter.native="onSearch"
-          v-model.trim="searchForm.classGroupName"
-        ></el-input>
+        <el-input placeholder="课程名称"
+                  @keyup.enter.native="onSearch"
+                  v-model.trim="searchForm.vipGroupName"></el-input>
       </el-form-item>
       <el-form-item>
         <el-button native-type="submit" type="danger">搜索</el-button>
@@ -154,7 +151,7 @@ export default {
     return {
       searchForm: {
         studentId: null,
-        classGroupName: null,
+        vipGroupName: null
       },
       checkIndex: null, // 选中的课程
       dialogTableVisible: false,