feat(UI 自动化): 数据提取断言重构细节调整

--story=1007520 --user=张大海 【UI测试】高级设置断言和数据提取优化 (1.20分支同步上) https://www.tapd.cn/55049933/s/1204973
This commit is contained in:
zhangdahai112 2022-07-20 11:14:30 +08:00 committed by zhangdahai112
parent 58834a6215
commit 417dbf90c0
1 changed files with 3 additions and 1 deletions

View File

@ -74,7 +74,9 @@ export default {
}
},
operateSubModel() {
this.$emit('update:operate', this.operateSubModel);
if (this.operateSubModel) {
this.$emit('update:operate', this.operateSubModel);
}
}
},
methods: {