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