From 17d297cc744470d1ce179e8ef59f251417162256 Mon Sep 17 00:00:00 2001 From: ajaxzheng <894103554@qq.com> Date: Tue, 10 Jun 2025 19:58:06 +0800 Subject: [PATCH] =?UTF-8?q?docs(grid):=20=E7=AE=80=E5=8C=96=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E7=94=A8=E6=B3=95=E7=A4=BA=E4=BE=8B=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E7=AE=A1=E7=90=86=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/sites/demos/pc/app/grid/base/basic-usage.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/examples/sites/demos/pc/app/grid/base/basic-usage.vue b/examples/sites/demos/pc/app/grid/base/basic-usage.vue index 8ce06e0799..b3df9eec10 100644 --- a/examples/sites/demos/pc/app/grid/base/basic-usage.vue +++ b/examples/sites/demos/pc/app/grid/base/basic-usage.vue @@ -39,14 +39,7 @@ export default { { company: 'SZB 有限责任公司', city: '深圳', employees: 1400, createdDate: '2016-06-03 13:53:25' } ] return { - server: new McpServer({ name: 'base-config', version: '1.0.0' }, {}), - sessionID: '', - tableData: _table, - queryCity: '', - options: Array.from(new Set(_table.map((item) => item.city))).map((city) => ({ - label: city, - value: city - })) + tableData: _table } } }