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