|
@@ -58,18 +58,18 @@ const props = defineProps<{
|
|
|
eventId: string | number;
|
|
|
}>();
|
|
|
const formData = ref({
|
|
|
- name: '',
|
|
|
- county: '',
|
|
|
- expert_type: '',
|
|
|
- position: '',
|
|
|
- unit: '',
|
|
|
- phone: '',
|
|
|
- address: '',
|
|
|
- status: '',
|
|
|
- accident_type: '',
|
|
|
- rescue_experience: '',
|
|
|
- birthdate: '',
|
|
|
- work_date: ''
|
|
|
+ name: '张xx',
|
|
|
+ county: '茂南',
|
|
|
+ expert_type: '安全工程',
|
|
|
+ position: '高级工程师',
|
|
|
+ unit: '茂名市应急管理局',
|
|
|
+ phone: '13800138000',
|
|
|
+ address: '茂名市茂南XX路XX号',
|
|
|
+ status: '在职',
|
|
|
+ accident_type: '火灾、爆炸',
|
|
|
+ rescue_experience: '参与过多次重大事故救援,经验丰富。',
|
|
|
+ birthdate: '1975-05-20',
|
|
|
+ work_date: '2000-01-01'
|
|
|
});
|
|
|
const closeDialog = () => {
|
|
|
emits('close');
|