瀏覽代碼

Merge branch 'online' of http://git.dayaedu.com/molingzhide/dy-admin-manager into online

lex-xin 5 年之前
父節點
當前提交
3e467d808d
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/buildVip/index.vue

+ 3 - 1
src/views/buildVip/index.vue

@@ -38,7 +38,7 @@
                        @change="setSection($event)">
               <el-option v-for="(item,index) in teacherList"
                          :key="index"
-                         :label="item.username"
+                         :label="item.realName"
                          :value="item.id" />
             </el-select>
           </el-form-item>
@@ -644,6 +644,8 @@ export default {
     chioseActive (val) {
       this.rightForm.offlineCourse = '';
       this.rightForm.onlineCourse = '';
+      this.rightForm.onlinePrice = '';
+      this.rightForm.offlinePrice = '';
       this.lookList = []
       this.timeTable = []
       this.attribute1 = '';