合并master后
This commit is contained in:
@@ -134,10 +134,10 @@ import $http from '@/config/requestConfig.js';
|
||||
if(e.sort != 'undefined' && e.sort){
|
||||
this.form.sort = e.sort
|
||||
}
|
||||
if(e.type = 2){
|
||||
if(e.type == 2){
|
||||
this.form.display = '0'
|
||||
}
|
||||
this.pageType = e.type
|
||||
// this.pageType = e.type
|
||||
this.form.classId = e.classId
|
||||
this.form.type = e.type
|
||||
if(e.type){
|
||||
@@ -159,7 +159,7 @@ import $http from '@/config/requestConfig.js';
|
||||
}else if(e.type == 1){
|
||||
this.pageType = '医案'
|
||||
}else if( e.type == 2){
|
||||
this.pageType = '心得'
|
||||
this.pageType = '心得222'
|
||||
}else{
|
||||
this.pageType = '作业'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user