refactor(接口测试): 修改接口自动化mqtt插件初始化
This commit is contained in:
parent
cd62370a2f
commit
d119ec6e05
|
@ -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);
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue