041098e4 by zhangmeng

世锦赛

1 parent 9bd0b837
...@@ -528,11 +528,11 @@ const submit = async () => { ...@@ -528,11 +528,11 @@ const submit = async () => {
528 return; 528 return;
529 } 529 }
530 if (!row.entryDate) { 530 if (!row.entryDate) {
531 ElMessage.warning(`Please specify Date ofEntrye position`) 531 ElMessage.warning(`Please specify Date OF Entrye position`)
532 return; 532 return;
533 } 533 }
534 if (!row.departureDate) { 534 if (!row.departureDate) {
535 ElMessage.warning(`Please specify Date ofDeparture position`) 535 ElMessage.warning(`Please specify Date OF Departure position`)
536 return; 536 return;
537 } 537 }
538 } 538 }
......
...@@ -116,7 +116,7 @@ const mnaList = ref([]) ...@@ -116,7 +116,7 @@ const mnaList = ref([])
116 const open = (params) => { 116 const open = (params) => {
117 form.value = {} 117 form.value = {}
118 show.value = true 118 show.value = true
119 form.value = params 119 form.value = {...params}
120 getMNAList() 120 getMNAList()
121 } 121 }
122 defineExpose({ 122 defineExpose({
...@@ -132,7 +132,7 @@ function getMNAList() { ...@@ -132,7 +132,7 @@ function getMNAList() {
132 132
133 function handelSubmit() { 133 function handelSubmit() {
134 show.value = false 134 show.value = false
135 form.value.check = true 135 emit('success')
136 } 136 }
137 137
138 function associationCodeFind(id) { 138 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!