This commit is contained in:
D 2023-12-03 16:58:00 +08:00
parent 21c2f14624
commit cb7bf1e6ab

View File

@ -182,6 +182,7 @@ export default {
},
close() {
this.$emit('update:modelValue', false);
this.$emit('close');
},
tabsChange(value) {
this.tabsIndex = value.index;