fix(用例管理): 尝试修复用例评审前端不能添加模块问题

This commit is contained in:
guoyuqi 2024-02-05 14:26:22 +08:00 committed by 刘瑞斌
parent 6164e4291c
commit 9a140a4df2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
field: props.fieldConfig?.field || '',
});
const formRef = ref<FormInstance>();
const loading = ref(true);
const loading = ref(false);
watch(
() => props.fieldConfig?.field,