Skip to content

Commit

Permalink
fix(equipmentCloud): 修复设备管理因存在默认值导致添加设备时,时序数据问题
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed Jun 27, 2022
1 parent 0aff5e1 commit 842ff2d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
18 changes: 9 additions & 9 deletions .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ module.exports = {
{ value: 'revert', name: 'revert: 回滚 commit' },
],
scopes: [
['dashboard','总控台'],
['multitenant','多租户'],
['equipmentCloud','设备云'],
['cloudOperations','云运维'],
['cloudFunction','云函数'],
['cloudTest','云检测'],
['cloudSystem','云系统'],
['cloudLogs','云日志'],
['cloudPressure','云压测'],
['dashboard', '总控台'],
['multitenant', '多租户'],
['equipmentCloud', '设备云'],
['cloudOperations', '云运维'],
['cloudFunction', '云函数'],
['cloudTest', '云检测'],
['cloudSystem', '云系统'],
['cloudLogs', '云日志'],
['cloudPressure', '云压测'],
['projects', '项目搭建'],
['components', '组件相关'],
['vuex', 'vuex 相关'],
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.EN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [4.5.4](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.5...v4.5.4) (2022-06-23)
## [4.5.4](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.5...v4.5.4) (2022-06-27)


### Bug Fixes
Expand All @@ -7,6 +7,7 @@
* **components:** 设备列表 ([7a5b59b](https://github.com/dgiot/dgiot-dashboard/commit/7a5b59b9bbbd9163e5df359224f5b6b433b2432e))
* **components:** 设备列表 ([a9dd45c](https://github.com/dgiot/dgiot-dashboard/commit/a9dd45ca5044fa0532807a114feab6d8125d625b))
* **components:** 设备列表 ([36e2951](https://github.com/dgiot/dgiot-dashboard/commit/36e29513ec2e8a88ccb586e1779800f81aa4b771))
* **equipmentCloud:** 修复产品详情默认经纬度未赋值导致的报错 ([0e40544](https://github.com/dgiot/dgiot-dashboard/commit/0e405447e29df011bf2e96c34fd8b47c88264284))
* **other:** 修復设备列表订阅 ([27115ef](https://github.com/dgiot/dgiot-dashboard/commit/27115ef44de12c4986a98002173d385eb5593b54))


Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.ZH.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [4.5.4](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.5...v4.5.4) (2022-06-23)
## [4.5.4](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.5...v4.5.4) (2022-06-27)


### Bug Fixes
Expand All @@ -7,6 +7,7 @@
* **components:** 设备列表 ([7a5b59b](https://github.com/dgiot/dgiot-dashboard/commit/7a5b59b9bbbd9163e5df359224f5b6b433b2432e))
* **components:** 设备列表 ([a9dd45c](https://github.com/dgiot/dgiot-dashboard/commit/a9dd45ca5044fa0532807a114feab6d8125d625b))
* **components:** 设备列表 ([36e2951](https://github.com/dgiot/dgiot-dashboard/commit/36e29513ec2e8a88ccb586e1779800f81aa4b771))
* **equipmentCloud:** 修复产品详情默认经纬度未赋值导致的报错 ([0e40544](https://github.com/dgiot/dgiot-dashboard/commit/0e405447e29df011bf2e96c34fd8b47c88264284))
* **other:** 修復设备列表订阅 ([27115ef](https://github.com/dgiot/dgiot-dashboard/commit/27115ef44de12c4986a98002173d385eb5593b54))


Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [4.5.4](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.5...v4.5.4) (2022-06-23)
## [4.5.4](https://github.com/dgiot/dgiot-dashboard/compare/v4.5.5...v4.5.4) (2022-06-27)


### Bug Fixes
Expand All @@ -7,6 +7,7 @@
* **components:** 设备列表 ([7a5b59b](https://github.com/dgiot/dgiot-dashboard/commit/7a5b59b9bbbd9163e5df359224f5b6b433b2432e))
* **components:** 设备列表 ([a9dd45c](https://github.com/dgiot/dgiot-dashboard/commit/a9dd45ca5044fa0532807a114feab6d8125d625b))
* **components:** 设备列表 ([36e2951](https://github.com/dgiot/dgiot-dashboard/commit/36e29513ec2e8a88ccb586e1779800f81aa4b771))
* **equipmentCloud:** 修复产品详情默认经纬度未赋值导致的报错 ([0e40544](https://github.com/dgiot/dgiot-dashboard/commit/0e405447e29df011bf2e96c34fd8b47c88264284))
* **other:** 修復设备列表订阅 ([27115ef](https://github.com/dgiot/dgiot-dashboard/commit/27115ef44de12c4986a98002173d385eb5593b54))


Expand Down
6 changes: 3 additions & 3 deletions src/views/DeviceCloud/manage/devicelist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -569,9 +569,9 @@
lat: 39.915,
},
deviceForm: {
content: {
devddrNum: moment().format('x'),
},
// content: {
// devddrNum: moment().format('x'),
// },
detail: {
assetNum: '',
expirationTime: moment().format('x'),
Expand Down

0 comments on commit 842ff2d

Please sign in to comment.