From 27242ab617dcfb8ceb8aa76fbcde3f87d868b3d5 Mon Sep 17 00:00:00 2001 From: Stan Ke <156306548@qq.com> Date: Sun, 10 Mar 2024 22:08:51 +0800 Subject: [PATCH] 1 --- source/_posts/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_posts/index.md b/source/_posts/index.md index ec5e7e8..96260d3 100644 --- a/source/_posts/index.md +++ b/source/_posts/index.md @@ -915,8 +915,6 @@ ProTable 在 antd 的 Table 上进行了一层封装,支持了一些预设, `request` 是 ProTable 最重要的 API,`request` 会接收一个对象。对象中必须要有 `data` 和 `success`,如果需要手动分页 `total` 也是必需的。`request` 会接管 `loading` 的设置,同时在查询表单查询和 `params` 参数发生修改时重新执行。同时 查询表单的值和 `params` 参数也会带入。 -iauth result success不符合param对successs的要求 - ## ES6 ECMAScript 和 JavaScript 的关系是,前者是后者的规格,后者是前者的一种实现。