From 855133c39ed152d5f8af0dad4e57292e3c40abd7 Mon Sep 17 00:00:00 2001 From: 23688nl <329261568@qq.com> Date: Fri, 23 Sep 2022 14:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=EF=BC=9A=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20=E9=85=8D=E7=BD=AE=E7=AE=A1=E7=90=86=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=BF=AE=E6=94=B9=20=E6=9C=AA=E8=83=BD=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=88=97=E8=A1=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/attribute/index.vue | 2 ++ 1 file changed, 2 insertions(+) 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(); }); } }