Compare commits

..

No commits in common. "c481b1c87beb79135e82bc10d2d636b1e4392688" and "5930d34c6ba9ac410abb60dd5c5fc271128a0314" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

@ -387,8 +387,9 @@ export default {
executeTask(row){ executeTask(row){
this.taskInputAdd = true;
executeTask(row.id).then(res=>{ executeTask(row.id).then(res=>{
alert(res.msg);
}); });
}, },