This commit is contained in:
dev02 2023-06-02 18:02:20 +08:00
commit e5b20132ad
4 changed files with 3064 additions and 2796 deletions

View File

@ -198,7 +198,7 @@
if (
data.point_name == norDevPoiName &&
data.value == matchDevice.device_normal_point_value &&
(data.value == matchDevice.device_normal_point_value || norDevPoiName === errDevPoiName) &&
!deviceNormalArr.some(
({ device_number }) => device_number === matchDevice.device_number
)

View File

@ -624,7 +624,7 @@
if (
data.point_name == norDevPoiName &&
data.value == matchDevice.device_normal_point_value &&
(data.value == matchDevice.device_normal_point_value || norDevPoiName === errDevPoiName) &&
!deviceScatterNormalArr.some(
({ device_number }) => data.device_number_full === device_number
)

View File

@ -910,6 +910,7 @@ async function testNewLight(dataList) {
//------------------- 加入熱點 -----------------
async function addHotPoint(data) {
if (pageAct.sysMainTag == null && pageAct.sysSubTag == null) return
var viewer = data.target ? data.target : data;
const dataVizExtn = await viewer.loadExtension("Autodesk.DataVisualization");
const DataVizCore = Autodesk.DataVisualization.Core;

File diff suppressed because it is too large Load Diff