@hzab/list-render 1.9.9 → 1.9.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/package.json +1 -1
- package/src/list-render.jsx +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/list-render.jsx
CHANGED
|
@@ -154,7 +154,7 @@ const ListRender = forwardRef(function (props, parentRef) {
|
|
|
154
154
|
delete mergedQueries.$timerange;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
model.query = mergedQueries;
|
|
157
|
+
// model.query = mergedQueries;
|
|
158
158
|
|
|
159
159
|
// 取消上一次请求
|
|
160
160
|
getListSourceRef.current?.cancel({ code: 601, message: "取消上一次请求" });
|