fix(测试跟踪): 功能用例评论版本切换不更新的问题
This commit is contained in:
parent
b95e09db5b
commit
1a4c5f346c
|
@ -383,8 +383,7 @@ export default {
|
||||||
mounted() {
|
mounted() {
|
||||||
this.getSelectOptions();
|
this.getSelectOptions();
|
||||||
if (this.type === 'edit' || this.type === 'copy') {
|
if (this.type === 'edit' || this.type === 'copy') {
|
||||||
this.open(this.currentTestCaseInfo)
|
this.open(this.currentTestCaseInfo);
|
||||||
this.getComments(this.currentTestCaseInfo)
|
|
||||||
}
|
}
|
||||||
// Cascader 级联选择器: 点击文本就让它自动点击前面的input就可以触发选择。
|
// Cascader 级联选择器: 点击文本就让它自动点击前面的input就可以触发选择。
|
||||||
setInterval(function () {
|
setInterval(function () {
|
||||||
|
@ -625,6 +624,7 @@ export default {
|
||||||
if (callback) {
|
if (callback) {
|
||||||
callback();
|
callback();
|
||||||
}
|
}
|
||||||
|
this.getComments(this.currentTestCaseInfo);
|
||||||
},
|
},
|
||||||
handlePre() {
|
handlePre() {
|
||||||
this.index--;
|
this.index--;
|
||||||
|
|
Loading…
Reference in New Issue