fix(接口测试): 接口测试中JSONSchema切换数据类型失败
This commit is contained in:
parent
de35f2d65a
commit
00760e3975
|
@ -480,6 +480,10 @@ export default {
|
|||
this.$set(this.pickValue, 'mock', { mock: '' });
|
||||
this.reloadItems();
|
||||
}
|
||||
// 解决数组对象下拉框切换类型,不刷新的问题
|
||||
if(this.parent && this.parent.type === 'object') {
|
||||
this.reloadSelf();
|
||||
}
|
||||
}
|
||||
},
|
||||
changeAllItemsType(changeType) {
|
||||
|
|
Loading…
Reference in New Issue