From 2636f5cbcd3ef3f19e96520e36b5ce1a9b6a0ed0 Mon Sep 17 00:00:00 2001 From: caozc Date: Sat, 4 Mar 2023 22:42:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20type=3D2=20=E5=AD=A6=E4=B9=A0=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../drawers/router/RouterExaminationExternalManage.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/drawers/router/RouterExaminationExternalManage.vue b/src/components/drawers/router/RouterExaminationExternalManage.vue index 943992bf..2d2e5611 100644 --- a/src/components/drawers/router/RouterExaminationExternalManage.vue +++ b/src/components/drawers/router/RouterExaminationExternalManage.vue @@ -117,7 +117,7 @@ @@ -397,6 +397,7 @@ // 获取数据 function getData() { state.loadingData = true; + console.log(JSON.stringify(props.datasource)) api.QueryExternalExamManageDetail({ chapterId: props.outchapter, pageNo: state.currentPage,