Explorar el Código

部门计划预算

duy hace 2 años
padre
commit
e3cd2e730f
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/views/program/project/form.vue

+ 3 - 3
src/views/program/project/form.vue

@@ -384,9 +384,9 @@ const getPlanByProjectId = async ()=>{
         console.log(res, '详情')
         const { constructUnit, buildUnit, supervisorUnit } = res
         detailData.value = res
-        constructionData.value = getArrValue(constructUnit)
-        buildData.value = getArrValue(buildUnit)
-        supervisorUnitData.value = getArrValue(supervisorUnit)
+        constructionData.value = getObjValue(constructUnit)
+        buildData.value = getObjValue(buildUnit)
+        supervisorUnitData.value = getObjValue(supervisorUnit)
         tabKey.value = 'construction'
         radioType.value = 1
         // milestoneData.value=getArrValue(data)