From de5e674a5655cd5c8d5457d1be8182519625d265 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 12 三月 2025 15:35:47 +0800 Subject: [PATCH] 修改 --- src/views/analyse/identify/components/identifyQuery.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/views/analyse/identify/components/identifyQuery.vue b/src/views/analyse/identify/components/identifyQuery.vue index 6c7100f..c8bba20 100644 --- a/src/views/analyse/identify/components/identifyQuery.vue +++ b/src/views/analyse/identify/components/identifyQuery.vue @@ -152,10 +152,9 @@ const showIdentifyQuery = (title: string, value: IdentifyType, planList: PlanType [], personList: AllPersonListType []) => { identifyQueryState.identifyQueryVisible = true; identifyQueryState.identifyForm = value; - identifyQueryState.list = value.factorQueryDTOList identifyQueryState.planList = planList; identifyQueryState.personList = personList - identifyQueryState.list = value.factorQueryDTOList; + identifyQueryState.list = value.factorQueryDTOList // getAssessInfo(identifyQueryState.identifyQueryForm.id); for(let i in identifyQueryState.identifyQueryForm){ if(isValidKey(i, identifyQueryState.identifyQueryForm)){ @@ -236,7 +235,6 @@ }; const onDelIdentifyQuery = (index: number, val: IdentifyType) => { - console.log(val,'val') ElMessageBox.confirm(`此操作将永久删除该辨识,是否继续?`, '提示', { confirmButtonText: '确认', cancelButtonText: '取消', -- Gitblit v1.9.2