代码提交

This commit is contained in:
jjLv 2024-11-28 09:58:50 +08:00
parent ac9ff61624
commit 4e74fc94b9
1 changed files with 7 additions and 1 deletions

View File

@ -373,7 +373,13 @@ const dialogFormVisibleSettlemoney: any = ref(false)
}
}
//
//
//
//
//
const addPartItem3=()=> {
partItems3.value.push({ partType: "", num: "", isCharge: "" });
}