Commit 1fbeb74d authored by hubaoshan's avatar hubaoshan

wcp

parent b231f874
......@@ -380,9 +380,11 @@ export default {
break
}
if (Number(response.data.total) > 0) {
this.selectedButton = String(this.buttonLable(item))
console.log('this.this.buttonLable', this.selectedButton)
console.log('this.listA', this.listA)
if (!this.selectedButton) {
this.selectedButton = String(this.buttonLable(item))
} else if (this.selectedButton) {
return this.selectedButton
}
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment