提交
This commit is contained in:
@ -74,6 +74,10 @@ const handleQuery = () => {
|
|||||||
/** 重置按钮操作 */
|
/** 重置按钮操作 */
|
||||||
const resetQuery = () => {
|
const resetQuery = () => {
|
||||||
queryParams.pageNum = 1;
|
queryParams.pageNum = 1;
|
||||||
|
queryParams.deviceImei = '',
|
||||||
|
queryParams.deviceMac = '',
|
||||||
|
queryParams.deviceName = '',
|
||||||
|
getList()
|
||||||
};
|
};
|
||||||
// 列表
|
// 列表
|
||||||
const getList = async () => {
|
const getList = async () => {
|
||||||
|
Reference in New Issue
Block a user