fix(接口测试): 支持插件联动处理
This commit is contained in:
parent
7199744c28
commit
e5f094222b
|
@ -25,6 +25,7 @@
|
|||
:value.sync="data"
|
||||
@prefix-change="change"
|
||||
@prefix-click="change"
|
||||
@display-change="changeDisplay"
|
||||
@prefix-visible-change="visibleChange"
|
||||
/>
|
||||
</div>
|
||||
|
@ -205,7 +206,14 @@ export default {
|
|||
methods: {
|
||||
blur(d) {
|
||||
},
|
||||
change(d) {
|
||||
change(fileName) {
|
||||
},
|
||||
changeDisplay(fileName) {
|
||||
if (fileName === 'number of received messages') {
|
||||
this.pluginForm.hidden(true, "conditionTime");
|
||||
} else {
|
||||
this.pluginForm.hidden(false, "conditionTime");
|
||||
}
|
||||
},
|
||||
run() {
|
||||
if (this.isApiImport || this.request.isRefEnvironment) {
|
||||
|
|
Loading…
Reference in New Issue