feat:菜单可配置
This commit is contained in:
118
pages/device/periodCheckList/detail.vue
Normal file
118
pages/device/periodCheckList/detail.vue
Normal file
File diff suppressed because it is too large
Load Diff
101
pages/device/periodCheckList/index.vue
Normal file
101
pages/device/periodCheckList/index.vue
Normal file
File diff suppressed because it is too large
Load Diff
9
pages/device/periodCheckList/period.api.js
Normal file
9
pages/device/periodCheckList/period.api.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import request from '@/nx/request'
|
||||
|
||||
export function list(params) {
|
||||
return request({
|
||||
url: '/lims/bus/deviceBusPeriodCheck/queryPageList',
|
||||
method: 'GET',
|
||||
params
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user