fix: routeForm is_autotask默认为true
This commit is contained in:
parent
f636d549c0
commit
86dc38f847
|
@ -175,7 +175,7 @@ const defaultForm = {
|
|||
material_out:'',
|
||||
hour_work:0,
|
||||
batch_bind: true,
|
||||
// is_autotask: true,
|
||||
is_autotask: true,
|
||||
// is_count_utask: false,
|
||||
};
|
||||
export default {
|
||||
|
|
Loading…
Reference in New Issue