fix:玻纤route中批次校验默认false
This commit is contained in:
parent
3d273844bc
commit
5788b746cd
|
@ -231,7 +231,7 @@ const defaultForm = {
|
||||||
material_out:'',
|
material_out:'',
|
||||||
hour_work:0,
|
hour_work:0,
|
||||||
div_number:1,
|
div_number:1,
|
||||||
batch_bind: true,
|
batch_bind: false,
|
||||||
is_autotask: true,
|
is_autotask: true,
|
||||||
};
|
};
|
||||||
export default {
|
export default {
|
||||||
|
|
Loading…
Reference in New Issue