|
|
@ -34,7 +34,7 @@ |
|
|
|
class="btn btn-outline-success btn-sm" |
|
|
|
round |
|
|
|
type="button" |
|
|
|
@click="setFilter"> |
|
|
|
@click="refreshVuetable"> |
|
|
|
Refresh Table</button> |
|
|
|
|
|
|
|
<input type="text" |
|
|
@ -358,10 +358,6 @@ export default { |
|
|
|
this.$root.$emit('hybrid_build_micro_service', service) |
|
|
|
} |
|
|
|
}, |
|
|
|
async refreshVuetable() { |
|
|
|
//await this.checkactionrowindexall() |
|
|
|
this.vuetablekeygslot += 1 |
|
|
|
}, |
|
|
|
playbookinfoShow(value) { |
|
|
|
return this.visibility[value]=true |
|
|
|
}, |
|
|
|