haoxuan
2024-04-24 0f1cb2e4016ca7f91d1563483156d428ae7f1ff4
src/api/data.js
@@ -31,6 +31,18 @@
    name:'已取消',
    id:5,
  },
  {
    name:'待收货',
    id:6,
  },
  {
    name:'部分收货',
    id:7,
  },
  {
    name:'待质检',
    id:8,
  },
]
export const getDataByType = (type) => {