mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	fix: 删除机器、数据库时关联的标签未删除
This commit is contained in:
		@@ -1,12 +1,14 @@
 | 
			
		||||
<template>
 | 
			
		||||
    <div>
 | 
			
		||||
        <!-- 查询表单 -->
 | 
			
		||||
        <SearchForm v-show="isShowSearch" :items="searchItems" v-model="queryForm_" :search="queryData" :reset="reset" :search-col="searchCol">
 | 
			
		||||
            <!-- 遍历父组件传入的 solts 透传给子组件 -->
 | 
			
		||||
            <template v-for="(_, key) in useSlots()" v-slot:[key]>
 | 
			
		||||
                <slot :name="key"></slot>
 | 
			
		||||
            </template>
 | 
			
		||||
        </SearchForm>
 | 
			
		||||
        <transition name="el-zoom-in-top">
 | 
			
		||||
            <!-- 查询表单 -->
 | 
			
		||||
            <SearchForm v-show="isShowSearch" :items="searchItems" v-model="queryForm_" :search="queryData" :reset="reset" :search-col="searchCol">
 | 
			
		||||
                <!-- 遍历父组件传入的 solts 透传给子组件 -->
 | 
			
		||||
                <template v-for="(_, key) in useSlots()" v-slot:[key]>
 | 
			
		||||
                    <slot :name="key"></slot>
 | 
			
		||||
                </template>
 | 
			
		||||
            </SearchForm>
 | 
			
		||||
        </transition>
 | 
			
		||||
 | 
			
		||||
        <el-card>
 | 
			
		||||
            <div class="table-main">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user