fix : 修复项目立项/验收前置流程展示及系统部分页面分页bug

This commit is contained in:
2024-06-11 18:47:35 +08:00
parent ab83724056
commit 3f7de153da
14 changed files with 135 additions and 64 deletions

View File

@@ -82,6 +82,7 @@ const getAllInfo = async (state) => {
commonProvessViewer.value = false
const {data, code, msg} = await getMapProjectStateInfo(route.query.projectId, state)
if (code === 1000) {
data.formData.preProcess = data.formData.preProcess ? JSON.parse(data.formData.preProcess) : undefined
detailData.value = data
mode.value = data.formData.mode
processStore.setDesign(data)