BOM展示
This commit is contained in:
@@ -24,6 +24,13 @@ export default {
|
||||
loading: false
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
orderId: {
|
||||
handler(newVal) {
|
||||
this.handleRecommend()
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
if (!this.showButton) {
|
||||
this.handleRecommend();
|
||||
|
||||
Reference in New Issue
Block a user