up.
This commit is contained in:
parent
05a2fe8de1
commit
e6772f6036
@ -98,7 +98,7 @@ defineExpose({
|
|||||||
* 格式化value为数据库可存储的字符串结构之后
|
* 格式化value为数据库可存储的字符串结构之后
|
||||||
* 返回 name->value
|
* 返回 name->value
|
||||||
*/
|
*/
|
||||||
return [props.name, valueToStr(toRaw(dataValue.value))];
|
return [props.name, valueToStr(props.type, toRaw(dataValue.value))];
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user