培训计划编辑未生效处理

This commit is contained in:
Yjhon 2022-05-19 14:30:27 +08:00
parent 29c9711e12
commit c76240f081
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ export default {
this.form = res.data;
this.selectedRows = res.data.projects;
this.selectedRowKeys = res.data.projectIds;
this.disabled = this.$route.query.showDetail === 'true' ? true : false;
this.disabled = this.$route.query.showDetail;
this.columns = this.columns.filter(item => { return item.key != 'createBy' })
this.columns = this.columns.filter(item => { return item.key != 'createDate' })