提交
This commit is contained in:
parent
ebc3a42ac3
commit
6a4bce8ee4
|
|
@ -288,7 +288,7 @@ const handleChangeTwoType = (value) => {
|
|||
categoryTwoSelectedValue.value = [value] // 始终保持数组只有一个元素
|
||||
ruleForm.value.categoryTwo = value
|
||||
nextTick(() => {
|
||||
if (res.data.organPic) organPicRef.value.setFileInfo(ruleForm.value.organPic)
|
||||
if (ruleForm.value.organPic) organPicRef.value.setFileInfo(ruleForm.value.organPic)
|
||||
});
|
||||
}
|
||||
// 设置组织架构图
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<div class="document-header" @click="handleViewDetail(item.id)">
|
||||
<span class="document-title">{{ item.title }}</span>
|
||||
<span class="document-tag">{{ item.category }}</span>
|
||||
<span class="document-tagTwo">{{ item.categoryTwo }}</span>
|
||||
<span class="document-tagTwo" v-if="item.categoryTwo">{{ item.categoryTwo }}</span>
|
||||
</div>
|
||||
<div class="document-content" v-html="item.mainText"></div>
|
||||
<div class="document-footer">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user