解决知识库跳转其他界面空白问题
This commit is contained in:
		| @ -154,20 +154,20 @@ | ||||
|           </template> | ||||
|         </el-dialog> | ||||
|       </div> | ||||
|       <el-image-viewer | ||||
|         ref="imageRef" | ||||
|         style="width: 100%; height: 100%" | ||||
|         :url-list="[imgUrl]" | ||||
|         v-if="imgUrl" | ||||
|         show-progress | ||||
|         fit="cover" | ||||
|         @close="imgUrl = ''" | ||||
|       /> | ||||
|     </el-tab-pane> | ||||
|     <el-tab-pane label="回收站" name="second"> | ||||
|       <RecyclingStation ref="recylingRef"></RecyclingStation> | ||||
|     </el-tab-pane> | ||||
|   </el-tabs> | ||||
|   <el-image-viewer | ||||
|     ref="imageRef" | ||||
|     style="width: 100%; height: 100%" | ||||
|     :url-list="[imgUrl]" | ||||
|     v-if="imgUrl" | ||||
|     show-progress | ||||
|     fit="cover" | ||||
|     @close="imgUrl = ''" | ||||
|   /> | ||||
| </template> | ||||
|  | ||||
| <script setup name="KnowledgeDocument" lang="ts"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user