This commit is contained in:
parent
bb78496d2a
commit
1564fe2048
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue