修改前端錯誤欄位獲取
This commit is contained in:
parent
27e8019b8f
commit
08e45f73fc
@ -762,7 +762,7 @@
|
|||||||
|
|
||||||
currentData = $.map(currentData, function (item) {
|
currentData = $.map(currentData, function (item) {
|
||||||
|
|
||||||
if (item.device_system_category_layer3 == "L1" || item.device_system_category_layer3 == "L2") {
|
if (item.device_name_tag == "L1" || item.device_name_tag == "L2") {
|
||||||
//照明設備
|
//照明設備
|
||||||
$("#device-master-list-btn").show();
|
$("#device-master-list-btn").show();
|
||||||
deviceInfoTable.column(0).visible(true); //點擊顯示子節點
|
deviceInfoTable.column(0).visible(true); //點擊顯示子節點
|
||||||
|
Loading…
Reference in New Issue
Block a user