/** * 模具/工具实例查询 API - rqrq */ import { createAPI } from '@/utils/httpRequest.js' // 模具实例分页查询 - rqrq export const searchToolInstancePage = data => createAPI('/production/tool/searchToolInstancePage', 'post', data)