style(接口测试): json—schema onChangeType方法增加空格

This commit is contained in:
RubyLiu 2023-08-16 11:55:04 +08:00 committed by fit2-zhao
parent 00760e3975
commit 7318be23cc
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ export default {
this.reloadItems(); this.reloadItems();
} }
// //
if(this.parent && this.parent.type === 'object') { if (this.parent && this.parent.type === 'object') {
this.reloadSelf(); this.reloadSelf();
} }
} }