fix: 取消多余测试代码

This commit is contained in:
xinxin.wu 2024-05-09 11:35:37 +08:00 committed by 刘瑞斌
parent 4e0007950d
commit a50c2ecbdb
1 changed files with 0 additions and 1 deletions

View File

@ -415,7 +415,6 @@
};
const globalEnvRef = ref();
const handleSubmit = (shouldSearch: boolean) => {
console.log(1111);
if (shouldSearch) {
if (importAuthType.value === EnvAuthTypeEnum.GLOBAL && store.currentId === ALL_PARAM) {
globalEnvRef.value.initEnvDetail();