From 35b0e1f75db13863e5d0a6c95b5e13a4cec47d14 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期三, 31 十二月 2025 15:01:25 +0800
Subject: [PATCH] 更新框架中库区下拉选择
---
fzzy-igdss-web/src/main/resources/static/security/video-list-dept.js | 40 ----------------------------------------
1 files changed, 0 insertions(+), 40 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/static/security/video-list-dept.js b/fzzy-igdss-web/src/main/resources/static/security/video-list-dept.js
index 784ca79..2ad4c1b 100644
--- a/fzzy-igdss-web/src/main/resources/static/security/video-list-dept.js
+++ b/fzzy-igdss-web/src/main/resources/static/security/video-list-dept.js
@@ -50,49 +50,9 @@
table = layui.table;
});
- showDeptSelect();
-
//鍒濆鍖栨覆鏌撴挱鏀惧垪琛�
renderList();
});
-
-
-/**
- * 寮瑰嚭鍒囨崲搴撳尯鍒楄〃
- */
-function showDeptSelect() {
- if(showDeptList === "N"){
- $("#deptList").css('display', 'none');
- }
- if(showDeptList === "Y"){
- $("#deptList").css('display', 'block');
- }
-}
-
-/**
- * 寮瑰嚭鍒囨崲搴撳尯鍒楄〃
- */
-function showDepotAreaSelect() {
- layer.open({
- type: 2,
- title: '閫夋嫨搴撳尯',
- area: ['400px', '650px'],
- offset: ['50px', '170px'],
- shade: 0,
- content: "/com.fzzy.igds.SelectDept.d",
- closeBtn: 1
- });
-}
-
-/**
- *
- * @param id
- * @returns {boolean}
- */
-function onDeptAreaChange(id) {
- window.location.href = "./security/video-dept?type=" + type + "&deptId=" + id;
- return true;
-}
/**
* 娓叉煋鐩戞帶鍒楄〃
--
Gitblit v1.9.3