环境变量支持搜索

This commit is contained in:
hanhh
2021-06-21 14:16:51 +08:00
parent 6c943ac97a
commit 49ab1ad93a
3 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ export default class EnvService {
}
public async envs(
searchText?: string,
searchText: string = '',
sort: any = { position: -1 },
query: any = {},
): Promise<Env[]> {