9.10海运出口禅道迭代

szh-new
lijingjia 3 months ago
parent e164aa928a
commit 989d217458

@ -156,13 +156,9 @@
loading.value = false
})
}
// onMounted(() => {
// emitter.on('customerBack', (v) => {
// if (v.clientContact) {
// insertTableDataRecord(v.clientContact)
// }
// })
// })
onMounted(() => {
reload()
})
// onUnmounted(() => {
// emitter.off('customerBack')
// })

@ -38,12 +38,6 @@
const linkageForm = (v) => {
emitter.emit('setEtd', v)
}
watch(
() => props.details,
(nval) => {
setFieldsValue(nval)
}
)
onMounted(() => {
//
emitter.on('setIssuePlace', (v) => {
@ -55,6 +49,9 @@
})
}
})
if (props.details && props.details.id) {
setFieldsValue(props.details)
}
// if (source.value != 'edit') {
// noteFormSchema.forEach(item => {
// item.dynamicDisabled = true

Loading…
Cancel
Save