1
This commit is contained in:
@@ -153,3 +153,27 @@ export function batchUpdateWPS365Cells(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// ==================== AirSheet相关 ====================
|
||||
|
||||
/**
|
||||
* 读取AirSheet工作表数据
|
||||
*/
|
||||
export function readWPS365AirSheetCells(params) {
|
||||
return request({
|
||||
url: '/jarvis/wps365/readAirSheetCells',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 更新AirSheet工作表数据
|
||||
*/
|
||||
export function updateWPS365AirSheetCells(data) {
|
||||
return request({
|
||||
url: '/jarvis/wps365/updateAirSheetCells',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user