flat:暂存

This commit is contained in:
Apcallover
2024-05-10 09:16:13 +08:00
parent 3dbcdb6038
commit 8c9b62833d

View File

@@ -59,6 +59,13 @@ export default {
required: false, required: false,
} }
}, },
watch: {
visible(val) {
if (val) {
this.input = ''
}
}
},
computed: {}, computed: {},
methods: { methods: {
handleClose() { handleClose() {