diff --git a/ruoyi-ui/src/views/business/log/apilog/index.vue b/ruoyi-ui/src/views/business/log/apilog/index.vue index 69c154e5..89399302 100644 --- a/ruoyi-ui/src/views/business/log/apilog/index.vue +++ b/ruoyi-ui/src/views/business/log/apilog/index.vue @@ -22,6 +22,7 @@ placeholder="请输入请求URL" clearable size="small" + maxlength="100" @keyup.enter.native="handleQuery" /> @@ -32,6 +33,7 @@ placeholder="请输入请求参数" clearable size="small" + maxlength="1000" @keyup.enter.native="handleQuery" /> @@ -42,6 +44,7 @@ placeholder="请输入响应参数" clearable size="small" + maxlength="15000" @keyup.enter.native="handleQuery" /> @@ -134,7 +137,11 @@ {{ scope.row.request !== "" ? scope.row.request : "-" }} - + + +