NEZ-1168 fix; Endpoint relabel 配置修改,前端校验错误

This commit is contained in:
zhangyu
2021-11-04 10:08:54 +08:00
parent cb2ec828b9
commit 6cb602218e
2 changed files with 6 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ export function checkExprTempAge (rule, value, callback) {
}, 100)
}
export function arrLength (rule, value, callback) { // 校验经纬度
export function arrLength (rule, value, callback) { // 校验数组
if (value.length > 0) {
callback()
} else {