style:产品物料信息-关联设备选项接口添加deviceStatus=0入参

pull/1/head
黄伟杰 4 weeks ago
parent 7e32b70a6d
commit 11b3d14603

@ -351,7 +351,8 @@ const moldColumns = [
const fetchDeviceLedgerPage = (params: Record<string, any>) => {
return DeviceLedgerApi.getDeviceLedgerPage({
...params,
isScheduled: 1
isScheduled: 1,
deviceStatus: 0
})
}
const openDeviceSelectDialog = () => {

Loading…
Cancel
Save