Compare commits
2 Commits
5835c7c3fe
...
c1adbbb9fe
Author | SHA1 | Date | |
---|---|---|---|
c1adbbb9fe | |||
ae445e058f |
@ -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