【功能修复】修复审批详情页面,控制台警告问题

This commit is contained in:
jason
2025-01-13 12:59:16 +08:00
parent 77938c38ca
commit baa4116697
6 changed files with 15 additions and 29 deletions

View File

@@ -23,7 +23,7 @@ const props = defineProps<{
modelId?: string
modelKey?: string
modelName?: string
value?: string
value?: any
startUserIds?: number[]
}>()
@@ -34,7 +34,6 @@ const currentValue = ref('')
// 初始化或更新当前值
const initOrUpdateValue = async () => {
console.log('initOrUpdateValue', props.value)
if (props.value) {
currentValue.value = props.value
// 如果设计器已经初始化,立即加载数据