From cc2fbbb05f172765020282f67524c3e3a8a8c24c Mon Sep 17 00:00:00 2001 From: gengxin Date: Fri, 14 Feb 2025 16:03:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B2=E5=B8=88=E8=B4=B9=E7=AE=A1=E7=90=86?= =?UTF-8?q?=EF=BC=8C=E9=80=89=E6=8B=A9=E5=9F=B9=E8=AE=AD=E5=8F=91=E7=94=9F?= =?UTF-8?q?=E7=BB=84=E7=BB=87=20,=20=E9=87=8D=E6=96=B0=E5=A4=84=E7=90=86?= =?UTF-8?q?=20Log=20=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lecturer/LecturerFee.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/lecturer/LecturerFee.vue b/src/views/lecturer/LecturerFee.vue index b5b18fb3..f9ce2a1e 100644 --- a/src/views/lecturer/LecturerFee.vue +++ b/src/views/lecturer/LecturerFee.vue @@ -694,6 +694,7 @@ export default { label: '全部', value: '' }) state.copyOrgListSearch = state.orgListSearch; + console.log("queryTrainOrgPor copyOrgListSearch",state.copyOrgListSearch) }) } //费用类型 @@ -1564,8 +1565,11 @@ export default { //TODO4 筛查 const handleOrgSearch = (value) => { + console.log("handleOrgSearch value",value) let temp = JSON.parse(JSON.stringify(state.orgListSearch)); + console.log("handleOrgSearch temp",temp) state.copyOrgListSearch = temp.filter((item)=>item.label.includes(value)); + console.log("handleOrgSearch copyOrgListSearch",state.copyOrgListSearch) } const handleImport = () => {