修改兄弟组件传值

This commit is contained in:
qq787203167
2022-02-14 09:14:52 +08:00
parent 59b0ee8684
commit e2e2076002
2 changed files with 7 additions and 8 deletions
+1 -4
View File
@@ -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() {