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