|
|
@ -123,6 +123,7 @@ import BureauPicker from '@/components/complaint/BureauPicker.vue'; |
|
|
import ComplaintTypePicker from '@/components/complaint/ComplaintTypePicker.vue'; |
|
|
import ComplaintTypePicker from '@/components/complaint/ComplaintTypePicker.vue'; |
|
|
import ComplaintItemPicker from '@/components/complaint/ComplaintItemPicker.vue'; |
|
|
import ComplaintItemPicker from '@/components/complaint/ComplaintItemPicker.vue'; |
|
|
|
|
|
|
|
|
|
|
|
const { useCommon } = $globalStore; |
|
|
const router = useRouter(); |
|
|
const router = useRouter(); |
|
|
|
|
|
|
|
|
// ========== 表单数据 ========== |
|
|
// ========== 表单数据 ========== |
|
|
@ -476,7 +477,8 @@ const onSubmit = () => { |
|
|
complaintItemCodes: form.value.complaintItemCode || '', |
|
|
complaintItemCodes: form.value.complaintItemCode || '', |
|
|
complaintItemNames: form.value.complaintItem || '', |
|
|
complaintItemNames: form.value.complaintItem || '', |
|
|
complaintDepartments: form.value.bureauDept || '', |
|
|
complaintDepartments: form.value.bureauDept || '', |
|
|
complaintDepartmentIds: form.value.bureauDeptId || '' |
|
|
complaintDepartmentIds: form.value.bureauDeptId || '', |
|
|
|
|
|
enterpriseNumber: useCommon.enterpriseNumber || '' |
|
|
}; |
|
|
}; |
|
|
submitting.value = true; |
|
|
submitting.value = true; |
|
|
addComplaint(payload, () => { |
|
|
addComplaint(payload, () => { |
|
|
|