src/components/do/a6-device/device-overview.vue
@@ -431,7 +431,7 @@ this.currentPage = 1; this.list = []; this.entity.laboratoryName = null; this.entity.storagePoint = null; this.entity.largeCategory = null; // 等于1代表为树的一级,label为部门 if (clickNodeVal.label == "其他") { this.laboratoryNameIsNull = true; @@ -448,7 +448,7 @@ } else { this.entity.laboratoryName = clickNodeVal.parent.label; } this.entity.storagePoint = clickNodeVal.label; this.entity.largeCategory = clickNodeVal.label; } this.refreshTable(); }