fix : 修复前置流程弹窗的提示,首页需求上报跳转位置

This commit is contained in:
2024-10-24 13:13:11 +08:00
parent 5c4f25dc1a
commit c2c1cfd6e1
15 changed files with 111 additions and 602 deletions

View File

@@ -68,6 +68,10 @@ const props = defineProps({
type: Array,
default: []
},
basicData: {
type: Object,
default: {}
},
fileListShow: {
type: String,
default: 'READ'
@@ -251,7 +255,7 @@ const schema = computed(() => {
component: () => (
<div>
{
<select-pre-process formData={props.formData}/>
<select-pre-process formData={props.formData} basicData={props.basicData}/>
}
</div>
)
@@ -304,7 +308,7 @@ const schema = computed(() => {
component: () => (
<div>
{
<select-pre-process formData={props.formData}/>
<select-pre-process formData={props.formData} basicData={props.basicData}/>
}
</div>
)