diff --git a/src/views/system/attribute/index.vue b/src/views/system/attribute/index.vue index 5b3b99e1..108a9de2 100644 --- a/src/views/system/attribute/index.vue +++ b/src/views/system/attribute/index.vue @@ -305,6 +305,7 @@ export default { } else { this.msgError(response.msg); } + this.getList(); }); } else { addAttribute(this.form).then((response) => { @@ -317,6 +318,7 @@ export default { } else { this.msgError(response.msg); } + this.getList(); }); } }