fix: routeForm is_autotask默认为true

This commit is contained in:
caoqianming 2024-08-29 11:47:32 +08:00
parent f636d549c0
commit 86dc38f847
1 changed files with 1 additions and 1 deletions

View File

@ -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 {