From ac863ba662f9a200c2b13dc2e784afdbe92d1671 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 화, 02 11월 2021 16:52:26 +0900
Subject: [PATCH] 사용자등급관리 프론트 수청

---
 src/main/webapp/views/workspace/workspaceUserLevelConfig.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/workspace/workspaceUserLevelConfig.html b/src/main/webapp/views/workspace/workspaceUserLevelConfig.html
index e87fc8b..2cd37bd 100644
--- a/src/main/webapp/views/workspace/workspaceUserLevelConfig.html
+++ b/src/main/webapp/views/workspace/workspaceUserLevelConfig.html
@@ -106,7 +106,7 @@
             </div>-->
 
             <div class="table-responsive">
-                <js-table data="vm.responseData.data" table-configs="vm.tableConfigs"
+                <js-table data="vm.responseData.data" table-configs="vm.tableConfigs1"
                           event="vm.tableEvent"></js-table>
             </div>
 

--
Gitblit v1.8.0