fix:玻纤route中批次校验默认false

This commit is contained in:
shijing 2025-02-05 16:55:40 +08:00
parent 3d273844bc
commit 5788b746cd
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ const defaultForm = {
material_out:'',
hour_work:0,
div_number:1,
batch_bind: true,
batch_bind: false,
is_autotask: true,
};
export default {