紧急修复了一些bug
This commit is contained in:
@@ -145,12 +145,12 @@ export default {
|
||||
},
|
||||
hadlerInitEditData() {
|
||||
if (this.isEdit !== 1) return
|
||||
const { author, cid, content, imageInput,
|
||||
const { author, cid, content, imageInputs,
|
||||
isBanner, isHot, shareSynopsis, shareTitle, sort, synopsis, title, url, id } = this.editData
|
||||
this.pram.author = author
|
||||
this.pram.cid = Number.parseInt(cid)
|
||||
this.pram.content = content
|
||||
this.pram.imageInput = imageInput
|
||||
this.pram.imageInput = imageInputs
|
||||
this.pram.isBanner = isBanner
|
||||
this.pram.isHot = isHot
|
||||
this.pram.shareSynopsis = shareSynopsis
|
||||
|
||||
@@ -81,7 +81,9 @@
|
||||
top="1vh"
|
||||
width="80%"
|
||||
destroy-on-close
|
||||
:modal="false"
|
||||
:close-on-click-modal="false"
|
||||
class="articleModal"
|
||||
>
|
||||
<edit
|
||||
v-if="editDialogConfig.visible"
|
||||
@@ -187,6 +189,8 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.articleModal{
|
||||
z-index: 333 !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user