diff --git a/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue index 5b47ba9..1d1099b 100644 --- a/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue +++ b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue @@ -37,18 +37,7 @@ - + @@ -85,9 +74,8 @@ const { D_BZ_RCSHZT, D_GS_RQFJ_LX, D_GS_RQFJ_FXDJ, D_BZ_SF, D_GS_RQFJ_FXLB } = "D_GS_RQFJ_FXLB" ); -const chooselx = ref('') const isShow = ref(false) -const ids = ref([]) +const chooeRow = ref({}) const searchBox = ref(); //搜索框 @@ -191,14 +179,8 @@ const getList = () => { // 处理数据 const handleDetail = (val,type) =>{ - chooselx.value = type; - ids.value = [val.id]; - switch(type){ - case '审核': - if(ids.value.length == 0) return ElMessage.warning("请选择对应的数据"); - isShow.value = true; - break; - } + chooeRow.value = val; + isShow.value = true; } // 表格高度计算 const tabHeightFn = () => { diff --git a/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/model.vue b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/model.vue index 6ac2734..15cbbe0 100644 --- a/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/model.vue +++ b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/model.vue @@ -1,64 +1,65 @@ - \ No newline at end of file + \ No newline at end of file