Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
3.1. 选择操作类型时,自动同步对应的操作对象
3.2. 选择操作对象时,自动过滤操作类型的下拉选项
3.3. 选择操作类型,自动同步操作对象后,清空操作对象数据,操作对象的下拉选项不变
3.4. 选择操作对象,自动过滤操作类型后,清空操作类型数据,操作对象的下拉选项允许展示所有,但操作类型数据下拉选项依旧基于操作对象进行过滤,更加合理
3.5. 清空操作类型、操作对象两项,两者下拉框重置过滤,展示所有
3.6. 由onChange处理操作对象、操作类型改为watch监听,兼容重置按钮,不耽误操作对象、操作类型的选项过滤
Description
Fixes # (issue)
Checklist