fix(接口测试): 代码模版添加undefined问题
This commit is contained in:
parent
e07f24b817
commit
b0f720bb1e
|
@ -72,6 +72,9 @@
|
|||
},
|
||||
methods: {
|
||||
addTemplate(template) {
|
||||
if (!this.beanShellProcessor.script) {
|
||||
this.beanShellProcessor.script = "";
|
||||
}
|
||||
this.beanShellProcessor.script += template.value;
|
||||
this.reload();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue