|
@ -364,6 +364,7 @@ export default { |
|
|
obj.token = this.token |
|
|
obj.token = this.token |
|
|
obj.instance = data.swarmlabname |
|
|
obj.instance = data.swarmlabname |
|
|
var res1 = await store.dispatch('pipelineLLO/getpocstatus', obj) |
|
|
var res1 = await store.dispatch('pipelineLLO/getpocstatus', obj) |
|
|
|
|
|
//console.log('check --- '+JSON.stringify(res1)) |
|
|
if(res1.data.data == 'yes'){ |
|
|
if(res1.data.data == 'yes'){ |
|
|
Vue.set(this.testactionrowindex, data.swarmlabname, index) |
|
|
Vue.set(this.testactionrowindex, data.swarmlabname, index) |
|
|
}else{ |
|
|
}else{ |
|
|