rest api modify 71/98571/3
authorZhangZihao <zhangzihao@chinamobile.com>
Tue, 19 Nov 2019 02:48:39 +0000 (10:48 +0800)
committerZihao Zhang <zhangzihao@chinamobile.com>
Tue, 19 Nov 2019 03:00:55 +0000 (03:00 +0000)
Change-Id: I197cb58963370009e5ac237ae783694649ad3415
Issue-ID: DCAEGEN2-1877
Signed-off-by: ZhangZihao <zhangzihao@chinamobile.com>
components/datalake-handler/admin/src/src/app/core/services/rest-api.service.ts

index e5d6e70..9d10fdd 100644 (file)
@@ -166,7 +166,7 @@ export class RestApiService {
     Database
   */
   getDbEncryptList(flag): Observable<any> {
-    return this.http.get(prefix + "dbs/list/?encrypt="+flag).pipe(
+    return this.http.get(prefix + "dbs/list?tool="+flag).pipe(
       retry(1),
       map(this.extractData),
       catchError(this.handleError)