fix(接口测试): 修复场景全屏下插件报错的缺陷
This commit is contained in:
parent
b58cbe0c60
commit
dedaa8e2c7
|
@ -299,7 +299,7 @@ export default {
|
||||||
}
|
}
|
||||||
this.option.submitBtn = {show: false};
|
this.option.submitBtn = {show: false};
|
||||||
this.request.clazzName = plugin.clazzName;
|
this.request.clazzName = plugin.clazzName;
|
||||||
if (this.request && this.request.active && this.pluginForm) {
|
if (this.request && this.request.active && this.pluginForm && this.pluginForm.setValue instanceof Function) {
|
||||||
this.pluginForm.setValue(this.request);
|
this.pluginForm.setValue(this.request);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue