Compare commits

..

2 Commits

Author SHA1 Message Date
c1adbbb9fe Merge branch 'main' of http://47.107.152.87:3000/dyf/dyf-vue-ui 2025-07-14 17:13:47 +08:00
ae445e058f 提交 2025-07-14 17:12:55 +08:00

View File

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