fix(接口测试): 修复测试报告一键展开和合并不生效问题
This commit is contained in:
parent
30a2f8acf1
commit
cffb03c9c9
|
@ -130,6 +130,9 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
isActive() {
|
||||||
|
this.showActive = this.isActive;
|
||||||
|
},
|
||||||
request: {
|
request: {
|
||||||
deep: true,
|
deep: true,
|
||||||
handler(n) {
|
handler(n) {
|
||||||
|
|
Loading…
Reference in New Issue