Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update condition.js #356

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

update condition.js #356

wants to merge 1 commit into from

Conversation

SHENG1000
Copy link

修改原因:在 proData 是Array类型的的情况下 ,无法判断传入的 conditionData 是Array类型

bug复现方式:
传入参数prop = { EVT:[ 5,6,7] },分别传入判断条件: 'EVT=[5,6,7]' 和 'EVT=5',

分析 :现有的data目录中event.json的数据中未见“=”与“!=”,所以没有bug反馈

修改原因:在 proData 是Array类型的的情况下 ,无法判断传入的 conditionData 是Array类型

bug复现方式:
传入参数prop = { EVT:[ 5,6,7] },分别传入判断条件: 'EVT=[5,6,7]' 和 'EVT=5',

分析 :现有的data目录中event.json的数据中未见“=”与“!=”,所以没有bug反馈
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant