perf: 默认开启同步数据开关
This commit is contained in:
@ -173,7 +173,7 @@ const INITIAL_FORM = {
|
||||
operator_name: '',
|
||||
holder_name: '',
|
||||
platform: 0,
|
||||
is_sync_project: 0,
|
||||
is_sync_project: 1,
|
||||
};
|
||||
|
||||
const visible = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user