fix:修复图表 最大值取错值的问题 依旧修改SNMP MIB 下拉样式错乱的问提

This commit is contained in:
zhangyu
2021-03-24 14:39:37 +08:00
parent 5fb0d4d844
commit 5c4b22e582
6 changed files with 22 additions and 24 deletions

View File

@@ -198,7 +198,7 @@ export default {
name: 'index',
data () {
return {
selectDom: { top: '', left:'', tempTop: '', show: true }, // 选择弹框的位置
selectDom: { top: '', left: '', tempTop: '', show: true }, // 选择弹框的位置
clearSearchShow: false,
select_conditionsName: '',
selectInfoList: searchSelectInfo,