重点单品 课区运营监控 门店运营监控

This commit is contained in:
2024-06-29 13:49:52 +08:00
parent 9d33394619
commit ef817384bb
3 changed files with 131 additions and 4 deletions

View File

@@ -35,8 +35,12 @@ export default {
})
}
},
created() {
this.getTableData()
watch:{
search: {
immediate:true,deep:true,handler(){
this.getTableData()
}
}
}
}
</script>