|
@@ -631,6 +631,7 @@ export default {
|
|
|
} else if(this.pageStu == 'edit') {
|
|
|
this.getDetails(this.row)
|
|
|
} else if (this.pageStu == 'add') {
|
|
|
+ this.loading = false
|
|
|
if (this.basicForm.demandPersonal) { this.reBackRefer('CONTACTS_PARAM', this.basicForm.demandPersonal, '需求人员') }
|
|
|
if (this.basicForm.demandDept) { this.reBackRefer('DEPT_PARAM', this.basicForm.demandDept) }
|
|
|
}
|