调价任务-新增-添加策略组计算

This commit is contained in:
2024-03-21 14:23:26 +08:00
parent 668ecb976f
commit 8b12986800
2 changed files with 376 additions and 23 deletions

View File

@@ -28,5 +28,11 @@ export default {
method: 'post',
data:data
})
}
},
priceAdjustment(id) {
return request({
url: `/oil-site/xoilSiteGroupStrategy/priceAdjustment/${id}`,
method: 'get',
})
}
}