接口对接
This commit is contained in:
@@ -85,6 +85,11 @@ export default {
|
||||
this.tableData=newValue
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
this.$bus.$on('getSearchItem',(data)=>{
|
||||
console.log('33',data)
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
view() {
|
||||
alert(111);
|
||||
|
||||
Reference in New Issue
Block a user