查询重置功能实现
This commit is contained in:
@@ -56,6 +56,17 @@ export default {
|
||||
}]
|
||||
}
|
||||
},
|
||||
props:{
|
||||
fourthData:{
|
||||
type:Array,
|
||||
default:[],
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
fourthData(newValue, oldValue) {
|
||||
this.tableData=newValue
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
view() {
|
||||
alert(111)
|
||||
|
||||
Reference in New Issue
Block a user