Compare commits
No commits in common. "c481b1c87beb79135e82bc10d2d636b1e4392688" and "5930d34c6ba9ac410abb60dd5c5fc271128a0314" have entirely different histories.
c481b1c87b
...
5930d34c6b
|
@ -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);
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue