fix(UI自动化): 修复高级搜索选择模块搜索后点击重置-仍显示勾选模块
--bug=1018418 --user=刘瑶 【UI测试】场景回收站-高级搜索-所属模块-属于-选择模块搜索后点击重置-仍显示勾选模块 https://www.tapd.cn/55049933/s/1270427
This commit is contained in:
parent
5f01e0b7aa
commit
1d310a7e1c
|
@ -79,6 +79,8 @@ export default {
|
||||||
this.init();
|
this.init();
|
||||||
// 高级搜索框再次打开时调用 component.init() 函数
|
// 高级搜索框再次打开时调用 component.init() 函数
|
||||||
this.component.init = this.reload;
|
this.component.init = this.reload;
|
||||||
|
//重置模块树
|
||||||
|
this.component.reset = this.init;
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
init() {
|
init() {
|
||||||
|
|
Loading…
Reference in New Issue