更新自贡
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
* @Author: zwq
|
||||
* @Date: 2024-04-15 17:01:20
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2024-04-15 17:05:47
|
||||
* @LastEditTime: 2024-04-18 15:39:12
|
||||
* @Description:
|
||||
*/
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 创建设备
|
||||
// 创建原片其他成本-配置
|
||||
export function createRawOthercostRule(data) {
|
||||
return request({
|
||||
url: '/monitoring/cost-othercost-rule/create',
|
||||
@@ -16,7 +16,7 @@ export function createRawOthercostRule(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// 更新设备
|
||||
// 更新原片其他成本-配置
|
||||
export function updateRawOthercostRule(data) {
|
||||
return request({
|
||||
url: '/monitoring/cost-othercost-rule/update',
|
||||
@@ -25,7 +25,7 @@ export function updateRawOthercostRule(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// 删除设备
|
||||
// 删除原片其他成本-配置
|
||||
export function deleteRawOthercostRule(id) {
|
||||
return request({
|
||||
url: '/monitoring/cost-othercost-rule/delete?id=' + id,
|
||||
@@ -33,7 +33,7 @@ export function deleteRawOthercostRule(id) {
|
||||
})
|
||||
}
|
||||
|
||||
// 获得设备
|
||||
// 获得原片其他成本-配置
|
||||
export function getRawOthercostRule(id) {
|
||||
return request({
|
||||
url: '/monitoring/cost-othercost-rule/get?id=' + id,
|
||||
@@ -41,7 +41,7 @@ export function getRawOthercostRule(id) {
|
||||
})
|
||||
}
|
||||
|
||||
// 获得设备分页
|
||||
// 获得原片其他成本-配置分页
|
||||
export function getRawOthercostRulePage(query) {
|
||||
return request({
|
||||
url: '/monitoring/cost-othercost-rule/page',
|
||||
@@ -50,7 +50,7 @@ export function getRawOthercostRulePage(query) {
|
||||
})
|
||||
}
|
||||
|
||||
// 导出设备 Excel
|
||||
// 导出原片其他成本-配置 Excel
|
||||
export function exportRawOthercostRuleExcel(query) {
|
||||
return request({
|
||||
url: '/monitoring/cost-othercost-rule/export-excel',
|
||||
@@ -59,7 +59,7 @@ export function exportRawOthercostRuleExcel(query) {
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
// 获得所有设备列表
|
||||
// 获得所有原片其他成本-配置列表
|
||||
export function getRawOthercostRuleAll() {
|
||||
return request({
|
||||
url: '/monitoring/cost-othercost-rule/listAll',
|
||||
|
||||
Reference in New Issue
Block a user