041098e4 by zhangmeng

世锦赛

1 parent 9bd0b837
......@@ -528,11 +528,11 @@ const submit = async () => {
return;
}
if (!row.entryDate) {
ElMessage.warning(`Please specify Date ofEntrye position`)
ElMessage.warning(`Please specify Date OF Entrye position`)
return;
}
if (!row.departureDate) {
ElMessage.warning(`Please specify Date ofDeparture position`)
ElMessage.warning(`Please specify Date OF Departure position`)
return;
}
}
......
......@@ -116,7 +116,7 @@ const mnaList = ref([])
const open = (params) => {
form.value = {}
show.value = true
form.value = params
form.value = {...params}
getMNAList()
}
defineExpose({
......@@ -132,7 +132,7 @@ function getMNAList() {
function handelSubmit() {
show.value = false
form.value.check = true
emit('success')
}
function associationCodeFind(id) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!