You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
250 B
8 lines
250 B
/**
|
|
* 模具/工具实例查询 API - rqrq
|
|
*/
|
|
import { createAPI } from '@/utils/httpRequest.js'
|
|
|
|
// 模具实例分页查询 - rqrq
|
|
export const searchToolInstancePage = data =>
|
|
createAPI('/production/tool/searchToolInstancePage', 'post', data)
|