jmash-core 0.0.136 → 0.0.137
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/dts/src/hooks/table.d.ts +1 -1
- package/package.json +1 -1
package/dts/src/hooks/table.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export declare class TableHooks {
|
|
|
37
37
|
* 此函数用于重置查询表单,清除查询参数,并触发数据的重新加载
|
|
38
38
|
* @param {Array<string>} key - 需要重置的查询参数键数组
|
|
39
39
|
*/
|
|
40
|
-
clearQueryAndReload(key
|
|
40
|
+
clearQueryAndReload(key?: Array<string>): void;
|
|
41
41
|
/** 删除记录 */
|
|
42
42
|
deleteRecord(row: EntityModel): void;
|
|
43
43
|
/** 删除多项记录 */
|