fix: bug#16796
This commit is contained in:
parent
1016e27268
commit
ca1cd1fd53
|
@ -116,7 +116,7 @@ const columns: any = [
|
|||
rules: [
|
||||
{
|
||||
callback(rule:any,value: any) {
|
||||
if (!value) {
|
||||
if (!value || (Array.isArray(value) && value.some(item => !item))) {
|
||||
return Promise.reject('请配置指标')
|
||||
}
|
||||
return Promise.resolve()
|
||||
|
|
Loading…
Reference in New Issue