parent
16b4c71a77
commit
ddefa8c2d3
|
@ -266,6 +266,7 @@ const handleKeyValue = async (row) => {
|
|||
cacheForm.value = res
|
||||
}
|
||||
onBeforeMount(() => {
|
||||
// TODO @hiiwbs 微信,优化使用 Echart 组件
|
||||
readRedisInfo()
|
||||
})
|
||||
</script>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
【微信消息 - 定位】
|
||||
【微信消息 - 定位】TODO @Dhb52 目前未启用
|
||||
-->
|
||||
<template>
|
||||
<div>
|
||||
|
|
|
@ -130,6 +130,7 @@ const emit = defineEmits<{
|
|||
(e: 'update:modelValue', v: any)
|
||||
}>()
|
||||
|
||||
// TODO @Dhb52 输入的 table 切换时,表单应该保留
|
||||
const menu = computed({
|
||||
get() {
|
||||
return props.modelValue
|
||||
|
|
Loading…
Reference in New Issue