Commit 7bea83dc authored by mzx's avatar mzx

完善基本信息全局刷新

parent 6ce5b1ae
......@@ -452,6 +452,7 @@ export default {
saveCompany(this.form).then(response => {
if (response.code === 200) {
this.$modal.msgSuccess('保存成功')
window.location.reload()
}
})
}
......
......@@ -104,13 +104,13 @@
<div class="dialog-content">
<div class="title-content">
<div>
<span class="content-span">{{ this.detailData.publishTitle }}</span>
<span v-if="this.detailData.informationType !== undefined">{{ '(' + this.detailData.informationType + ')' }}</span>
<span class="content-span">{{ detailData.publishTitle }}</span>
<span v-if="detailData.informationType !== undefined">{{ '(' + detailData.informationType + ')' }}</span>
</div>
</div>
<div class="release-conteng">
<div style="padding-right: 20px">发布人:{{ this.detailData.pubByName }}</div>
<div style="padding-left: 20px">发布时间:{{ this.detailData.releaseTime }}</div>
<div style="padding-right: 20px">发布人:{{ detailData.pubByName }}</div>
<div style="padding-left: 20px">发布时间:{{ detailData.releaseTime }}</div>
</div>
<hr>
<div class="content-detail ql-editor" v-html="detailData.pubContent" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment