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