ZaiZai hace 1 año
padre
commit
5784731dc9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/alter/admin/components/order/addModal.vue

+ 1 - 1
src/views/alter/admin/components/order/addModal.vue

@@ -500,7 +500,7 @@ const addModalClose = () => {
     isShow.value = false
     baseForm.value = { fileList: [] }
     tableData.value = []
-    dataId.value = ''
+    tableIndex.value = -1
     emit('close')
 }
 </script>