fix:修改 黑暗主题下 ping trace样式的问题 以及chart-line 最大值为负数的问题

This commit is contained in:
zhangyu
2022-05-31 17:31:32 +08:00
parent 3959695a7c
commit 62adfbdc58
18 changed files with 113 additions and 15 deletions

View File

@@ -1107,7 +1107,7 @@ export default {
this.editEndpoint.moduleId = ''
this.editEndpoint.name = ''
this.editEndpoint.assetName = ''
this.editEndpoint.assetId = ''
// this.editEndpoint.assetId = ''
this.$refs.sp.remove()
this.$refs.moduleForm.clearValidate('moduleId')
}
@@ -1479,7 +1479,9 @@ export default {
}
},
mounted () {
setTimeout(() => {
this.editEndpoint.assetId = this.module.assetId + ''
}, 500)
},
created () {
this.getProjectList()