fix: 取消多余测试代码
This commit is contained in:
parent
4e0007950d
commit
a50c2ecbdb
|
@ -415,7 +415,6 @@
|
||||||
};
|
};
|
||||||
const globalEnvRef = ref();
|
const globalEnvRef = ref();
|
||||||
const handleSubmit = (shouldSearch: boolean) => {
|
const handleSubmit = (shouldSearch: boolean) => {
|
||||||
console.log(1111);
|
|
||||||
if (shouldSearch) {
|
if (shouldSearch) {
|
||||||
if (importAuthType.value === EnvAuthTypeEnum.GLOBAL && store.currentId === ALL_PARAM) {
|
if (importAuthType.value === EnvAuthTypeEnum.GLOBAL && store.currentId === ALL_PARAM) {
|
||||||
globalEnvRef.value.initEnvDetail();
|
globalEnvRef.value.initEnvDetail();
|
||||||
|
|
Loading…
Reference in New Issue