添加节点
This commit is contained in:
0
src/api/firmware/firmware.js
Normal file
0
src/api/firmware/firmware.js
Normal file
@ -41,4 +41,12 @@ export function del(ids) {
|
||||
url: '/system/product/' + ids,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
// 新增节点
|
||||
export function addNode(data) {
|
||||
return request({
|
||||
url: '/system/product/saveNode',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user