style:任务制单-任务单明细-新增产品列表添加产品分类过滤

besure_bit
黄伟杰 6 days ago
parent 68c61dbf81
commit b7890af647

@ -210,7 +210,7 @@ const open = async (type: string, id?: number, taskId: number) => {
// }, // },
// ] // ]
// formData.value.unitId = 5 // formData.value.unitId = 5
productList.value = await ProductApi.getMesProductSimpleList() productList.value = await ProductApi.getMesProductSimpleList({ categoryType: 1 })
} }
defineExpose({ open }) // open defineExpose({ open }) // open

Loading…
Cancel
Save