查询重置功能实现

This commit is contained in:
yuekuo
2023-04-14 17:14:41 +08:00
parent df4725c883
commit 4ced830d2d
6 changed files with 77 additions and 7 deletions
@@ -57,6 +57,17 @@ export default {
],
};
},
props:{
firstData:{
type:Array,
default:[],
}
},
watch: {
firstData(newValue, oldValue) {
this.tableData=newValue
}
},
methods: {
handle() {
alert(111);