fix: 修复错误校验

This commit is contained in:
xieyonghong 2023-03-25 23:00:46 +08:00
parent 783010bcb1
commit 1f16b4e827
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ const rules = [
if (!v.termType) {
return Promise.reject(new Error('请选择操作符'));
}
if (v.value?.value !== undefined) {
if (v.value?.value === undefined) {
return Promise.reject(new Error('请选择或输入参数值'));
}
if (