fix(接口测试): 接口测试中JSONSchema切换数据类型失败

This commit is contained in:
RubyLiu 2023-08-16 10:51:18 +08:00 committed by fit2-zhao
parent de35f2d65a
commit 00760e3975
1 changed files with 4 additions and 0 deletions

View File

@ -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) {