修改兄弟组件传值
This commit is contained in:
@@ -94,10 +94,6 @@
|
||||
export default {
|
||||
name: 'index',
|
||||
props: {
|
||||
searchList: {
|
||||
type: Array,
|
||||
default: []
|
||||
},
|
||||
url: {
|
||||
type: Object,
|
||||
default: {}
|
||||
@@ -111,6 +107,7 @@
|
||||
return {
|
||||
queryParam: {},
|
||||
toggleSearchStatus:false,
|
||||
searchList:[],
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user