【修复】修复代码生成批量删除组件引用方法取不到参数问题

This commit is contained in:
小诺 2023-03-16 21:45:04 +08:00 committed by 俞宝山
parent 5345501700
commit 65e48f847f

View File

@ -99,7 +99,7 @@
<xn-batch-delete <xn-batch-delete
v-if="hasPerm('${classNameFirstLower}BatchDelete')" v-if="hasPerm('${classNameFirstLower}BatchDelete')"
:selectedRowKeys="selectedRowKeys" :selectedRowKeys="selectedRowKeys"
@batchDelete="deleteBatch${className}()" @batchDelete="deleteBatch${className}"
/> />
</a-space> </a-space>
</template> </template>
@ -226,7 +226,7 @@
} }
// 重置 // 重置
const reset = () => { const reset = () => {
searchFormRef.value.resetFields(); searchFormRef.value.resetFields()
table.value.refresh(true) table.value.refresh(true)
} }
// 删除 // 删除