This commit is contained in:
wangchengming 2026-01-06 21:21:05 +08:00
parent ebc3a42ac3
commit 6a4bce8ee4
2 changed files with 2 additions and 2 deletions

View File

@ -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)
});
}
//

View File

@ -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">