From 4bee0d652a4a454f4f1117d2b0d396fcf8055191 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期六, 25 四月 2020 20:09:39 +0800 Subject: [PATCH] 修复前端页面报错 找不到模块问题 --- ruoyi-ui/src/views/system/post/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/system/post/index.vue b/ruoyi-ui/src/views/system/post/index.vue index bd2f071..2a489ab 100644 --- a/ruoyi-ui/src/views/system/post/index.vue +++ b/ruoyi-ui/src/views/system/post/index.vue @@ -107,7 +107,7 @@ </template> </el-table-column> </el-table> - + <pagination v-show="total>0" :total="total" @@ -324,4 +324,4 @@ } } }; -</script> +</script> \ No newline at end of file -- Gitblit v1.9.3