装备管理

This commit is contained in:
jiang 2025-07-31 17:44:57 +08:00
parent 6625273a88
commit 89bb45bc47
1 changed files with 1 additions and 1 deletions

View File

@ -732,7 +732,7 @@ const submitFun = (type: any) => {
}
})
addAndEditForm.tableList = equipTableList.value
if (type != 2) {
if (type != 2 && type !=4) {
for (let i = 0; i < addAndEditForm.tableList.length; i++) {
const row = addAndEditForm.tableList[i]
for (const key in row) {