@@ -128,6 +128,11 @@
pageNum: 1,
},
toolbarConfig: {},
+ // tableSearchBeforeBiz() {
+ // // 每次查询接口之前,都会调用这个回调函数
+ // const searchParams = getValue("searchConfig.data");
+ // setValue("searchConfig.data", {...searchParams, otherField: "abc"})
+ // }
});