style:生产投料-新增-生产计划status值修改

pull/1/head
黄伟杰 1 month ago
parent f8a711a73b
commit ec0a48b5c8

@ -241,7 +241,7 @@ const open = async (type: string, id?: number) => {
productList.value = await ProductApi.getMesProductSimpleList()
//
await getOrganizationTree()
planList.value = await PlanApi.getPlanByStatus(1)
planList.value = await PlanApi.getPlanByStatus(8)
}
defineExpose({ open }) // open

Loading…
Cancel
Save