ZaiZai há 1 ano atrás
pai
commit
7d93406cd2
2 ficheiros alterados com 3 adições e 3 exclusões
  1. 1 1
      public/version.json
  2. 2 2
      src/views/program/project/form.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240701151236"
+  "value": "20240701165208"
 }

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

@@ -340,6 +340,8 @@ onActivated(() => {
     getUserDict()
     gettaskTypeList()
     if (dataType.value !== 'add') {
+        tabKey.value = 'construction'
+        radioType.value = 1
         getPlanByProjectId()
     }
 })
@@ -364,8 +366,6 @@ const getPlanByProjectId = async ()=>{
         constructionData.value = getObjValue(constructUnit)
         buildData.value = getObjValue(buildUnit)
         supervisorUnitData.value = getObjValue(supervisorUnit)
-        tabKey.value = 'construction'
-        radioType.value = 1
         // milestoneData.value=getArrValue(data)
     } else {
         // milestoneData.value=[]