<script setup lang="ts">
import { ref, reactive, getCurrentInstance, watch } from 'vue'
import FooterIndex from '@/Layout/footer/footerIndex.vue'
import type { FormInstance, FormRules, UploadProps } from 'element-plus'
import SvgIcon from '@/components/SvgIcon/index.vue'
import { ElMessage } from 'element-plus'
import { getDemandRelease, releaseDemand, checkMatchingDetail, editDemand, getDemandTypeList, getNodeList } from '@/api/demand'
import { DemandResData, DemandParams, DemandGroup } from '@/type/apiType/demand'