|
|
|
@ -130,6 +130,7 @@ const emit = defineEmits<{
|
|
|
|
(e: 'update:modelValue', v: any)
|
|
|
|
(e: 'update:modelValue', v: any)
|
|
|
|
}>()
|
|
|
|
}>()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// TODO @Dhb52 输入的 table 切换时,表单应该保留
|
|
|
|
const menu = computed({
|
|
|
|
const menu = computed({
|
|
|
|
get() {
|
|
|
|
get() {
|
|
|
|
return props.modelValue
|
|
|
|
return props.modelValue
|
|
|
|
|