fix : 新增(单选框)默认否,修复需求上报业务描述换行数据显示,选择框为远程搜索解决卡顿问题

This commit is contained in:
2024-08-07 22:37:41 +08:00
parent 5cdec2b677
commit cab7311cfb
15 changed files with 59 additions and 51 deletions

View File

@@ -169,7 +169,7 @@ const formData = ref({
deadline: '',
collectExplain: '',
fileList: [],
isSpecialFund: true
isSpecialFund: false
})
const routerName = ref(router.currentRoute.value.name)
const processDiagramViewer = ref(false)