박정하 박정하 03-07
250307 박정하 데이터 활용 관리 수정
@b7571de49d2374b03dabfcb7c3853d132117d75b
client/views/pages/custom/CustomSelectList.vue
--- client/views/pages/custom/CustomSelectList.vue
+++ client/views/pages/custom/CustomSelectList.vue
@@ -109,24 +109,6 @@
     customListAllSelect: function () {
       const vm = this;
 
-      let check = false;
-      let authList = vm.$store.state.loginUser.user_auth;
-      for (let auth of authList) {
-        if (auth == "ROLE_ADMIN") {
-          check = true;
-          break;
-        }
-      }
-      if (!check) {
-        vm.search.searchObjectList.push({
-          key: "id",
-          key2: "dept_code",
-          type: "string",
-          value: check + "/" + vm.$store.state.loginUser.user_id,
-          value2: vm.$store.state.loginUser.dept_code,
-        });
-      }
-
       axios({
         url: "/custom/customPageListAllSelect",
         method: "post",
Add a comment
List