feat(接口测试): 处理变量
This commit is contained in:
parent
220c8fb099
commit
69bac33aa1
|
@ -309,6 +309,7 @@ export default {
|
||||||
selectTab(tab) {
|
selectTab(tab) {
|
||||||
this.currentTab = +tab.index;
|
this.currentTab = +tab.index;
|
||||||
this.itemValue = null;
|
this.itemValue = null;
|
||||||
|
this.itemValuePreview = null;
|
||||||
},
|
},
|
||||||
showPreview() {
|
showPreview() {
|
||||||
// 找到变量本身
|
// 找到变量本身
|
||||||
|
|
Loading…
Reference in New Issue