浏览代码

项目计划回显

duy 2 年之前
父节点
当前提交
4635aff38f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/program/project/form.vue

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

@@ -170,7 +170,7 @@ const getPlanByProjectId=async()=>{
         console.log(getObjValue(data),'详情');
         detailData.value=getObjValue(data)
         constructionData.value=detailData.value?.constructUnit||[]
-        buildData.value=detailData.value?.buildDatatUnit||[]
+        buildData.value=detailData.value?.buildUnit||[]
         supervisorUnitData.value=detailData.value?.supervisorUnit||[]
         tabKey.value='construction'
         radioType.value=1