|
|
@ -160,7 +160,7 @@ |
|
|
|
custom-class="demo-drawer" |
|
|
|
size="950px" |
|
|
|
> |
|
|
|
<div class="demo-drawer__content"> |
|
|
|
<div class="demo-drawer__content" v-if="dialogFormVisible"> |
|
|
|
<el-form ref="dataForm" :model="temp" label-position="left" label-width="70px" style> |
|
|
|
<el-form-item label="类型"> |
|
|
|
<treeselect |
|
|
@ -499,6 +499,7 @@ export default { |
|
|
|
handleUpdate(row) { |
|
|
|
let article_id = row.article_id |
|
|
|
this.dialogStatus = 'update' |
|
|
|
this.resetTemp() |
|
|
|
this.dialogFormVisible = true |
|
|
|
fetchArticleDetails({ article_id }).then(res => { |
|
|
|
this.temp = res.data; |
|
|
|