@@ -40,7 +40,7 @@
</s-table>
<!-- 添加子级 -->
<a-modal
- class="modal"
+ class="organization-modal"
:title="title"
:visible="visible"
:footer="null"
@@ -138,6 +138,7 @@ export default {
},
// 关闭对话框
onCancel () {
+ this.$refs.ruleForm.resetFields()
this.visible = false
// 删除
@@ -197,7 +198,7 @@ export default {
}
// 弹框
- .modal{
+ .organization-modal{
.btn-cont{
text-align: center;
.cancel {