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