|
|
@@ -138,6 +138,7 @@
|
|
|
if (res.conf[key].indexOf("#") != -1) {
|
|
|
// let lable = res.conf[key].replace("#", "(") + ")"
|
|
|
console.log(res.conf[key])
|
|
|
+ if(res.dat[key].split('#')[0] == -99.99) return
|
|
|
this.olddata.push({
|
|
|
lable:res.conf[key].replace("#", "(") + ")",
|
|
|
value:res.dat[key].split('#')
|