生产分析

This commit is contained in:
‘937886381’
2023-09-13 16:00:43 +08:00
parent 7d959e8ad3
commit e8cc1fc50b
9 changed files with 534 additions and 263 deletions

View File

@@ -0,0 +1,16 @@
/*
* @Author: zhp
* @Date: 2023-09-12 14:07:04
* @LastEditTime: 2023-09-13 09:46:44
* @LastEditors: zhp
* @Description:
*/
import request from '@/utils/request'
export function getSectionDataSearch(data) {
return request({
url: '/monitoring/production-monitor/getSectionDataSearch',
method: 'post',
data: data
})
}