赫艾前端
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

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