修改 传入参数方式

This commit is contained in:
GGJ
2024-08-01 13:58:32 +08:00
parent d7a9b1023e
commit 78dfa759ed
3 changed files with 10 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ const tableStore = new TableStore({
publicHeight: 65,
method: 'POST',
isWebPaging: true,
paramsPOST: true,
column: [
{ field: 'substationName', title: '变电站名称', minWidth: 100 },
{