1
@@ -562,9 +562,12 @@ export default {
this.statusList.studentStatus = true;
},
onChange(type) {
- if (this.id || this.userId || this.beforeId) {
+ if (this.id) {
return;
}
+ if((this.userId || this.beforeId)&&type !='probStatus'){
+ return
+ }
let visit = this.visit;
let form = this.form;
if (type == "type") {