From e4104b95ef025acf52c05edf417ad0bb653f177e Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Thu, 7 Dec 2023 10:37:36 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9=20=20--renpc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/house/list-popu.html | 1 + src/main/resources/templates/house/update.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/main/resources/templates/house/list-popu.html b/src/main/resources/templates/house/list-popu.html index 1d4d769..b09f9d5 100644 --- a/src/main/resources/templates/house/list-popu.html +++ b/src/main/resources/templates/house/list-popu.html @@ -82,6 +82,7 @@ var common = layui.common; var resizeTimeout = null; var tableUrl = 'api/populationinfo/listpage'; + top.dialog.dialogData.popuData = {}; // 初始化证件类型下拉选择 function initIdcardTypeSelect() { diff --git a/src/main/resources/templates/house/update.html b/src/main/resources/templates/house/update.html index dea92c4..9bb1cd8 100644 --- a/src/main/resources/templates/house/update.html +++ b/src/main/resources/templates/house/update.html @@ -514,6 +514,8 @@ $('#documentId').val('b7d74045-d984-4822-b0f3-711b15b933ca'); $('#documentNum').val(popuData.idcard); $('#phone').val(popuData.phone); + + form.val('dataForm', selectObj); } }); }