Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
9e5a391f5fd14f3ba17aa07dfccf3b94496c719a
Authored by
fengtao
2024-06-25 15:32:21 +0800
1 parent
844f4734
perf: 云端环境中,设备有告警记录,但是编辑更新设备后,告警记录标识符号又没了
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/device/list/cpns/modal/DeviceModal.vue
src/views/device/list/cpns/modal/DeviceModal.vue
View file @
9e5a391
...
...
@@ -162,6 +162,7 @@
162
162
avatar: stepRecord?.icon,
163
163
...DeviceStep1Ref.value?.devicePositionState,
164
164
},
165
+
alarmStatus: currentDeviceData?.alarmStatus,
165
166
};
166
167
validateNameLength(stepRecord.name);
167
168
if (Reflect.has(editData, 'deleteUrl')) {
...
...