提交 81f3f126 authored 作者: pengxiaohui's avatar pengxiaohui

修复项目管理列表查看详情全选回显bug

上级 6785057a
...@@ -195,6 +195,9 @@ export default { ...@@ -195,6 +195,9 @@ export default {
.table-list-bd { .table-list-bd {
flex: 1; flex: 1;
} }
.table-list-bd .el-table th:first-child> ::v-deep.cell{
padding-left:14px;
}
.table-list-ft { .table-list-ft {
display: flex; display: flex;
align-items: center; align-items: center;
......
...@@ -251,9 +251,11 @@ export default { ...@@ -251,9 +251,11 @@ export default {
} }
}) })
this.form.adType = val.advert_type_ids this.form.adType = val.advert_type_ids
this.handleCheckedChange(this.form.adType, 'adType')
this.form.articleType = val.article_type_ids this.form.articleType = val.article_type_ids
this.handleCheckedChange(this.form.articleType, 'articleType')
this.form.imageTextType = val.imgtext_type_ids this.form.imageTextType = val.imgtext_type_ids
console.log(this.form) this.handleCheckedChange(this.form.imageTextType, 'imageTextType')
}, },
handleRemove() { handleRemove() {
this.fetchDeleteProject() this.fetchDeleteProject()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论