fix: 修复预览兼容

This commit is contained in:
sudoooooo 2024-06-24 16:13:44 +08:00
parent 8f53b0f6f9
commit 393fa21d4c

View File

@ -58,6 +58,7 @@ const questionConfig = computed(() => {
}
if (
RATES.includes(type) &&
rest.rangeConfig &&
Object.keys(rest.rangeConfig).filter((index) => rest.rangeConfig[index].isShowInput).length > 0
) {
let { rangeConfig, othersValue } = useShowInput(field)