fix
This commit is contained in:
@@ -155,11 +155,11 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
handleRun(id) {
|
handleRun(id) {
|
||||||
this.$modal.confirm('是否确认执行用例?').then(function () {
|
this.$modal.confirm('是否确认执行用例?').then(function () {
|
||||||
this.open = true;
|
|
||||||
return runCase(id);
|
return runCase(id);
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.$modal.msgSuccess("执行成功");
|
this.$modal.msgSuccess("执行成功");
|
||||||
this.caseSID = res.msg
|
this.caseSID = res.msg
|
||||||
|
this.open = true;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 拖拽结束后更新排序值
|
// 拖拽结束后更新排序值
|
||||||
|
|||||||
@@ -90,11 +90,11 @@ export default {
|
|||||||
},
|
},
|
||||||
handleRun(id) {
|
handleRun(id) {
|
||||||
this.$modal.confirm('是否确认执行用例?').then(function () {
|
this.$modal.confirm('是否确认执行用例?').then(function () {
|
||||||
this.open = true;
|
|
||||||
return runCase(id);
|
return runCase(id);
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
this.$modal.msgSuccess("执行成功");
|
this.$modal.msgSuccess("执行成功");
|
||||||
this.caseSID = res.msg
|
this.caseSID = res.msg
|
||||||
|
this.open = true;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
handleRowClick(row) {
|
handleRowClick(row) {
|
||||||
|
|||||||
Reference in New Issue
Block a user