培训计划编辑未生效处理
This commit is contained in:
parent
29c9711e12
commit
c76240f081
|
@ -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' })
|
||||
|
||||
|
|
Loading…
Reference in New Issue