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