This commit is contained in:
hayu 2026-01-22 14:47:59 +08:00
parent bb78496d2a
commit 1564fe2048
1 changed files with 3 additions and 3 deletions

View File

@ -444,9 +444,9 @@ onLoad((options) => {
console.log('222222222222222', formDataOut.value, formDataIn.value, bmFileInfos.value) console.log('222222222222222', formDataOut.value, formDataIn.value, bmFileInfos.value)
// getMaType() // getMaType()
getEquipmentThreeType() getEquipmentThreeType()
if (id.value) { if (id.value && id.value !== "undefined") {
getDetailsList() getDetailsList()
} }
}) })
// //
const delRow = (index) => { const delRow = (index) => {