空管入库

This commit is contained in:
2022-10-12 10:35:42 +08:00
parent 545bb8f0af
commit 92e9b329b8
4 changed files with 95 additions and 30 deletions

View File

@@ -35,6 +35,7 @@
handleChange ($event) {
if ($event.target.value) {
this.cur = $event.target.value
this.$emit('input', this.cur)
}
},
toSearch () {