| | |
| | | * @Author: Morpheus |
| | | * @Date: 2021-07-05 16:31:54 |
| | | * @Last Modified by: liu |
| | | * @Last Modified time: 2021-11-25 19:32:55 |
| | | * @Last Modified time: 2021-11-30 14:38:55 |
| | | * menu-name 报名考试 |
| | | */ |
| | | <template> |
| | |
| | | deptColumn.disabled = true; |
| | | this.obj["deptId"] = this.userInfo.dept_id; |
| | | } else { |
| | | const deptColumn = this.findObject( |
| | | this.questionBankOption.column, |
| | | "dispatcherUnitId" |
| | | ); |
| | | deptColumn.search = false; |
| | | // const deptColumn = this.findObject( |
| | | // this.questionBankOption.column, |
| | | // "dispatcherUnitId" |
| | | // ); |
| | | // deptColumn.search = false; |
| | | } |
| | | done(); |
| | | }, |
| | |
| | | prop: "examinationMx", |
| | | disabled: true, |
| | | }, |
| | | { |
| | | label: "审查时间", |
| | | prop: "auditTime", |
| | | disabled: true, |
| | | }, |
| | | ], |
| | | }, |
| | | }; |
| | |
| | | * @Author: Morpheus |
| | | * @Date: 2021-07-05 16:31:54 |
| | | * @Last Modified by: liu |
| | | * @Last Modified time: 2021-11-25 19:32:21 |
| | | * @Last Modified time: 2021-11-30 14:39:14 |
| | | * menu-name 报名考试 |
| | | */ |
| | | <template> |
| | |
| | | console.log(this.userInfo.dept_id); |
| | | this.obj["deptId"] = this.userInfo.dept_id; |
| | | } else { |
| | | const deptColumn = this.findObject( |
| | | this.questionBankOption.column, |
| | | "dispatcherUnitId" |
| | | ); |
| | | deptColumn.search = false; |
| | | // const deptColumn = this.findObject( |
| | | // this.questionBankOption.column, |
| | | // "dispatcherUnitId" |
| | | // ); |
| | | // deptColumn.search = false; |
| | | } |
| | | done(); |
| | | }, |