fix:修改 黑暗主题下 ping trace样式的问题 以及chart-line 最大值为负数的问题
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user