fix : 修复项目立项/验收前置流程展示及系统部分页面分页bug
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user