style(接口测试): json—schema onChangeType方法增加空格
This commit is contained in:
parent
00760e3975
commit
7318be23cc
|
@ -481,7 +481,7 @@ export default {
|
|||
this.reloadItems();
|
||||
}
|
||||
// 解决数组对象下拉框切换类型,不刷新的问题
|
||||
if(this.parent && this.parent.type === 'object') {
|
||||
if (this.parent && this.parent.type === 'object') {
|
||||
this.reloadSelf();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue