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)
// getMaType()
getEquipmentThreeType()
if (id.value) {
getDetailsList()
}
if (id.value && id.value !== "undefined") {
getDetailsList()
}
})
//
const delRow = (index) => {