先提交一部分

This commit is contained in:
2024-07-01 01:09:26 +08:00
parent dd19e6e6b1
commit 51bfa3bd76
4 changed files with 20 additions and 12 deletions

View File

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