9.10海运出口禅道迭代

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

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

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

Loading…
Cancel
Save