ZaiZai 1 year ago
parent
commit
c41ea3617f
2 changed files with 5 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 4 1
      src/views/debit-pay/start-work/order.vue

+ 1 - 1
public/version.json

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

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

@@ -218,8 +218,11 @@ const hanleRow = ({ row }) => {
 //新增
 const isDataModal = ref(false)
 const addModalClick = () => {
-    isDataModal.value = true
     editId.value = ''
+    newInfoData.value = {}
+    nextTick(()=> {
+        isDataModal.value = true
+    })
 }
 const editId = ref('')
 const newInfoData = ref({})