From 2249006d5c6b4f4e1c98e5176d2fb97a9a570b7c Mon Sep 17 00:00:00 2001 From: tx <2622874537@qq.com> Date: Fri, 18 Oct 2024 10:34:03 +0800 Subject: [PATCH] 11 --- src/views/system/store/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/store/index.vue b/src/views/system/store/index.vue index ebd2bf1..d1fd5a5 100644 --- a/src/views/system/store/index.vue +++ b/src/views/system/store/index.vue @@ -101,7 +101,7 @@ </el-table> <pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" - @pagination="getList" /> + @pagination="getList" /> <!-- 添加或修改商户列表对话框 --> <el-dialog :title="title" :visible.sync="open" width="50%" append-to-body :close-on-click-modal="false">