教师专业选项的处理

This commit is contained in:
daihh
2023-01-18 11:24:41 +08:00
parent 58377363b6
commit d360b96bc0
4 changed files with 127 additions and 42 deletions

View File

@@ -332,7 +332,12 @@ export default {
// if(this.domain.length==0){
// this.getdomain();
// }
let isBack=false;
if(window.history && window.history.pushState) {
history.pushState(null, null, document.URL); //这里有没有都无所谓,最好是有以防万一
isBack=true;
}
console.log(isBack,'isBack');
Promise.all([apiDict.items("org_domain"),apiCase.majorTypes()]).then(rs=>{
if(rs[0].status==200){
rs[0].result.forEach(item =>{