This commit is contained in:
2025-03-10 16:33:55 +08:00
parent 8e9b2f6444
commit bbd9972761
3 changed files with 8 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
/*
* @Author: Do not edit
* @Date: 2023-09-12 09:44:53
* @LastEditTime: 2023-09-14 10:25:46
* @LastEditors: DY
* @LastEditTime: 2025-03-03 10:43:34
* @LastEditors: zwq
* @Description:
*/
import request from '@/utils/request'
@@ -37,6 +37,7 @@ export function getPdlAutoReportNewSearchNow(data) {
return request({
url: '/monitoring/production-monitor/getPdlAutoReportNewSearchNow',
method: 'post',
data: data
data: data,
timeout: 60000,
})
}