fix(接口测试): 接口测试保存无反应
This commit is contained in:
parent
a646f5f4d8
commit
648f1fa2d0
|
@ -115,13 +115,12 @@ export default {
|
||||||
watch: {
|
watch: {
|
||||||
projectId() {
|
projectId() {
|
||||||
this.initScenarioEnvironment();
|
this.initScenarioEnvironment();
|
||||||
|
},
|
||||||
|
testId() {
|
||||||
|
this.initScenarioEnvironment();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
activated() {
|
|
||||||
this.initScenarioEnvironment();
|
|
||||||
},
|
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
notContainsScenario(item) {
|
notContainsScenario(item) {
|
||||||
for (let scenario of this.scenarios) {
|
for (let scenario of this.scenarios) {
|
||||||
|
|
Loading…
Reference in New Issue