ZaiZai 1 년 전
부모
커밋
5e315b7669
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/version.json
  2. 3 0
      src/components/hc-tasks-user/modules/user-modal.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240725095507"
+  "value": "20240725112329"
 }

+ 3 - 0
src/components/hc-tasks-user/modules/user-modal.vue

@@ -347,6 +347,9 @@ const singleSaveClick = () => {
         return
     }
     window.$message.success('保存成功,全部完成后,请点击确定')
+    const index = fixedIndex.value
+    fixedData.value[index].isDataSave = true
+    fixedData.value[index].isDataAdd = false
 }
 
 //流程设置