合并master后

This commit is contained in:
@fawn-nine
2024-09-09 17:08:56 +08:00
parent 5232171255
commit 13c656d9b5
8 changed files with 38 additions and 27 deletions

View File

@@ -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 = '作业'
}