diff --git a/src/components/ChooseList/ChooseZdr/addPeo.vue b/src/components/ChooseList/ChooseZdr/addPeo.vue index 414fdc7..5b2c55b 100644 --- a/src/components/ChooseList/ChooseZdr/addPeo.vue +++ b/src/components/ChooseList/ChooseZdr/addPeo.vue @@ -38,7 +38,7 @@ const formData = ref([ { label: "身份证号", prop: "rySfzh", type: "input" ,width:'45%'}, { label: "手机号码", prop: "ryLxdh", type: "input",width:'45%' }, { label: "户籍地址", prop: "hjdXz", type: "input",width:'100%'}, - { label: "现居住地址", prop: "xzdXz", type: "input",width:'100%'}, + { label: "户籍地派出所", prop: "hjdpcsdm",depMc:'hjdpcs', type: "department" ,width:'48%'}, { label: "特征描述", prop: "qtTzms", type: "input" ,width:'100%'}, { label: "人员标签", prop: "bqList", type: "slot" ,width:'100%'}, { label: "车牌号", prop: "clCph", type: "input" ,width:'45%'}, diff --git a/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/components/addForm.vue b/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/components/addForm.vue index 1b08d82..9807da0 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/components/addForm.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/components/addForm.vue @@ -49,13 +49,13 @@ - + - - \ No newline at end of file diff --git a/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/components/addForm.vue b/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/components/addForm.vue index 664d305..da34d0e 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/components/addForm.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/components/addForm.vue @@ -51,7 +51,7 @@ - + @@ -110,6 +110,7 @@ const pageForm = reactive({ ] }); const showAdd = ref() +const showPeo = ref(false) onMounted(()=>{ tabHeightFn() }) @@ -135,7 +136,10 @@ const getDataById = (id) => { // 打开弹窗 const addEdit = (type,row,index) =>{ - showAdd.value.init(type,row,index) + showPeo.value = true; + nextTick(()=>{ + showAdd.value.init(type,row,index) + }) } // 新增人员 diff --git a/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/components/addPeo.vue b/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/components/addPeo.vue index fb73879..12c4a56 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/components/addPeo.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/components/addPeo.vue @@ -1,5 +1,5 @@