| | |
| | | </span> |
| | | </template> |
| | | </el-dialog> |
| | | <RegionsDialog ref="Shows"/> |
| | | <RegionsDialog ref="Shows" @SearchUser="onUser"/> |
| | | <UserCheckbox ref="userRef"/> |
| | | </div> |
| | | </template> |
| | |
| | | } from '@element-plus/icons-vue' |
| | | import UserCheckbox from "/@/components/userCheckbox/index.vue" |
| | | import RegionsDialog from "/@/views/contingencyManagement/emergencyDrill/releaseOfDrillPlan/component/regionsDialog.vue" |
| | | import {releaseDrillPlanApi} from "/@/api/releaseDrillPlan"; |
| | | import {releaseDrillPlanApi} from "/@/api/emergencyDrillPlan"; |
| | | |
| | | export default defineComponent({ |
| | | name: 'openAdd', |
| | |
| | | }; |
| | | // 应急队伍弹窗 |
| | | const Shows=ref() |
| | | const daiInpt=()=>{ |
| | | const daiInpt = () => { |
| | | Shows.value.openDailog() |
| | | } |
| | | const onUser = (e:any) => { |
| | | ruleForm.value.planId=e.id |
| | | }; |
| | | // 打开用户选择弹窗 |
| | | const userRef = ref(); |
| | | const openUser = () => { |
| | |
| | | disabled, |
| | | resetForm, |
| | | emit, |
| | | onUser, |
| | | }; |
| | | }, |
| | | }); |