瀏覽代碼

fix: adding roles does not automatically refresh (#6548)

* fix: adding roles does not automatically refresh

* style: fix code style err
aonoa 1 月之前
父節點
當前提交
fad0b49841
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      playground/src/views/system/role/list.vue

+ 1 - 1
playground/src/views/system/role/list.vue

@@ -151,7 +151,7 @@ function onCreate() {
 </script>
 <template>
   <Page auto-content-height>
-    <FormDrawer />
+    <FormDrawer @success="onRefresh" />
     <Grid :table-title="$t('system.role.list')">
       <template #toolbar-tools>
         <Button type="primary" @click="onCreate">