1
This commit is contained in:
16
pages/lims/knowledge/knowledge.api.js
Normal file
16
pages/lims/knowledge/knowledge.api.js
Normal file
@@ -0,0 +1,16 @@
|
||||
import request from '@/nx/request'
|
||||
|
||||
export function getDeviceDocumentList(params) {
|
||||
return request({
|
||||
url: 'lims/knowledge/document-relation/list',
|
||||
method: 'GET',
|
||||
params
|
||||
})
|
||||
}
|
||||
export function getDocumentInfoById(id) {
|
||||
return request({
|
||||
url: '/lims/knowledge/base/queryById',
|
||||
method: 'GET',
|
||||
params: { id }
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user