mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 03:58:33 +08:00
fix(用例库): 功能用例编辑点击下一条用例,显示为空
--bug=1023389 --user=陈建星 【测试跟踪】功能用例-公共用例库-查看用例点击下一条关闭查看页面-再次点击查看-用例数据显示为空 https://www.tapd.cn/55049933/s/1338981
This commit is contained in:
parent
4906f50f11
commit
b7852f2ce7
@ -64,6 +64,13 @@ export default {
|
||||
return false;
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
publicCaseId() {
|
||||
if (this.publicCaseId) {
|
||||
this.$refs.testCaseEdit.loadTestCase();
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
open(caseId) {
|
||||
this.visible = true;
|
||||
|
Loading…
Reference in New Issue
Block a user