This commit is contained in:
2020-10-08 15:11:08 +00:00
parent 09ad8af59d
commit ef5027fae1
3 changed files with 11 additions and 8 deletions

View File

@@ -319,7 +319,7 @@ export default {
break;
case 8:
case 7:
if (!window.$gz._.isNumber(ret)) {
if (!window.$gz.util.isNumeric(ret)) {
ret = window.$gz.util.stringToFloat(ret);
break;