查询重置功能实现

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
@@ -56,6 +56,17 @@ export default {
}]
}
},
props:{
fourthData:{
type:Array,
default:[],
}
},
watch: {
fourthData(newValue, oldValue) {
this.tableData=newValue
}
},
methods: {
view() {
alert(111)