flat:暂存
This commit is contained in:
@@ -59,6 +59,13 @@ export default {
|
||||
required: false,
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
visible(val) {
|
||||
if (val) {
|
||||
this.input = ''
|
||||
}
|
||||
}
|
||||
},
|
||||
computed: {},
|
||||
methods: {
|
||||
handleClose() {
|
||||
|
||||
Reference in New Issue
Block a user