fix(接口测试): 接口测试保存无反应

This commit is contained in:
chenjianxing 2020-09-18 15:06:19 +08:00
parent a646f5f4d8
commit 648f1fa2d0
1 changed files with 3 additions and 4 deletions

View File

@ -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) {