feat(UI 自动化): 数据提取断言重构细节调整
--story=1007520 --user=张大海 【UI测试】高级设置断言和数据提取优化 (1.20分支同步上) https://www.tapd.cn/55049933/s/1204973
This commit is contained in:
parent
58834a6215
commit
417dbf90c0
|
@ -74,7 +74,9 @@ export default {
|
|||
}
|
||||
},
|
||||
operateSubModel() {
|
||||
this.$emit('update:operate', this.operateSubModel);
|
||||
if (this.operateSubModel) {
|
||||
this.$emit('update:operate', this.operateSubModel);
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in New Issue