ZaiZai 1 år sedan
förälder
incheckning
e0e6f961d8
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      public/version.json
  2. 1 1
      src/views/debit-pay/start-work/order.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
 {
-  "value": "20240705192307"
+  "value": "20240705193225"
 }
 }

+ 1 - 1
src/views/debit-pay/start-work/order.vue

@@ -219,7 +219,7 @@ const hanleRow = ({ row }) => {
 const isDataModal = ref(false)
 const isDataModal = ref(false)
 const addModalClick = () => {
 const addModalClick = () => {
     editId.value = ''
     editId.value = ''
-    newInfoData.value = {}
+    newInfoData.value = deepClone(infoData.value)
     nextTick(()=> {
     nextTick(()=> {
         isDataModal.value = true
         isDataModal.value = true
     })
     })