Browse Source

add refresh

master
zeus 2 years ago
parent
commit
c5d68bf743
  1. 2
      dist/index.html
  2. 4
      dist/js/app.0e8526dd.js
  3. 1
      dist/js/app.0e8526dd.js.map
  4. 1
      dist/js/app.b80507d3.js.map
  5. 10
      src/components/mynetwork/availableservices.vue

2
dist/index.html

@ -1 +1 @@
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/css/app.834ff37e.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.b80507d3.js" rel="preload" as="script"><link href="/js/chunk-vendors.dd2c43c6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.834ff37e.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.dd2c43c6.js"></script><script src="/js/app.b80507d3.js"></script></body></html>
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/css/app.834ff37e.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.0e8526dd.js" rel="preload" as="script"><link href="/js/chunk-vendors.dd2c43c6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.834ff37e.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.dd2c43c6.js"></script><script src="/js/app.0e8526dd.js"></script></body></html>

4
dist/js/app.b80507d3.js → dist/js/app.0e8526dd.js

File diff suppressed because one or more lines are too long

1
dist/js/app.0e8526dd.js.map

File diff suppressed because one or more lines are too long

1
dist/js/app.b80507d3.js.map

File diff suppressed because one or more lines are too long

10
src/components/mynetwork/availableservices.vue

@ -630,7 +630,7 @@ export default {
this.$root.$emit('hybrid_install_instance', value)
this.$wait.end('myRunInstancetutor');
//Vue.nextTick( () => this.$refs.vuetable.refresh())
this.refreshVuetable()
await this.refreshVuetable()
}else if(action == 'run-item' ){
this.viewhybridoptions = true
@ -680,8 +680,8 @@ export default {
var value = this.hybridoptions.swarmlabname
this.$root.$emit('hybrid_stop_instance', value)
Vue.delete(this.testactionrowindex, this.hybridoptions.index)
Vue.nextTick( () => this.$refs.vuetable.refresh())
this.refreshVuetable()
//Vue.nextTick( () => this.$refs.vuetable.refresh())
await this.refreshVuetable()
}else {
console.log('no')
}
@ -702,9 +702,9 @@ export default {
},
refreshVuetable() {
this.$nextTick(()=>{
//this.$nextTick(()=>{
this.vuetablekeya += 1
})
// })
},
playbookinfoShow(value) {
return this.visibility[value]=true

Loading…
Cancel
Save