This commit is contained in:
fengerli
2025-07-14 17:12:55 +08:00
parent a6b07348a6
commit ae445e058f

View File

@ -74,6 +74,10 @@ const handleQuery = () => {
/** 重置按钮操作 */
const resetQuery = () => {
queryParams.pageNum = 1;
queryParams.deviceImei = '',
queryParams.deviceMac = '',
queryParams.deviceName = '',
getList()
};
// 列表
const getList = async () => {