fix:修改 guage未gauge

This commit is contained in:
zhangyu
2022-03-07 18:06:41 +08:00
parent 01128f11e4
commit 306fcce990
9 changed files with 24 additions and 24 deletions

View File

@@ -218,7 +218,7 @@ export default {
if (!params.groupId) {
params.groupId = 0
}
if (params.type !== 'guage') {
if (params.type !== 'gauge') {
delete params.param.min
delete params.param.max
}