src/views/device/components/devicePerShare.vue
@@ -46,8 +46,6 @@ option: { lazy: true, tree: true, height: 'auto', calcHeight: 32, dialogWidth: 750, tip: false, searchShow: true, @@ -176,7 +174,7 @@ // 添加毫秒级时间戳 row['createTime'] = Date.now(); row['deviceSn'] = this.deviceSn; add(row).then( () => { this.initFlag = false; @@ -309,4 +307,4 @@ .firmware_status:hover { cursor: pointer; } </style> </style>