refactor(接口测试): 修改接口自动化mqtt插件初始化

This commit is contained in:
wxg0103 2022-02-23 13:50:28 +08:00 committed by 刘瑞斌
parent cd62370a2f
commit d119ec6e05
1 changed files with 3 additions and 3 deletions

View File

@ -199,6 +199,9 @@ export default {
data: {
handler: function () {
Object.assign(this.request, this.data);
if (this.request.condition) {
this.changeDisplay(this.request.condition);
}
},
deep: true
}
@ -348,9 +351,6 @@ export default {
if (this.request && this.request.active && this.pluginForm && this.pluginForm.setValue instanceof Function) {
this.pluginForm.setValue(this.request);
}
if (this.request.condition) {
this.changeDisplay(this.request.condition);
}
},
}
}