@@ -12,7 +12,6 @@
:rowKey="(record) => record.id"
:columns="columns"
:data="loadData"
- :showPagination="false"
bordered>
<!-- 操作 -->
<template slot="action" slot-scope="text, record">
@@ -16,7 +16,6 @@
@@ -120,6 +120,7 @@ export default {
isShow (newValue, oldValue) {
if (!newValue) {
this.$emit('close')
+ this.$refs.ruleForm.resetFields()
} else {
// 获取父级分类 名称
if (this.nowData && this.nowData.namePaths) {