From 7024f1bd82b3000a55522cb8e186ec4386f301a8 Mon Sep 17 00:00:00 2001 From: shanao Date: Tue, 19 Nov 2024 20:37:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E4=BF=AE=E6=94=B9=E3=80=91=201.=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8A=A8=E7=81=AB=E5=8C=BA=E5=9F=9F=E7=AE=A1?= =?UTF-8?q?=E8=BE=96=E5=8D=95=E4=BD=8D=E9=87=8D=E7=BD=AE=E5=A4=B1=E6=95=88?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hotwork/hotwork/components/list.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/hotwork/hotwork/components/list.vue b/src/views/hotwork/hotwork/components/list.vue index c1444c7..5704068 100644 --- a/src/views/hotwork/hotwork/components/list.vue +++ b/src/views/hotwork/hotwork/components/list.vue @@ -313,6 +313,7 @@ export default { this.searchForm = { stateConfirm: '', keySource: '', + UNIT_LEADER_DEPARTMENT_ID: '', keyHiddenDescr: '', keyFindUserName: '', keyFindUserDept: '', @@ -327,6 +328,7 @@ export default { JOB_CONTENT: '', HOT_WORK_POSITION: '' } + this.$refs.deptTree_Inspected.clearHandle() this.$refs.searchForm.resetFields() this.getList() }, @@ -349,7 +351,7 @@ export default { type: 'success' }) this.listLoading = false - this.varList = [] + // this.getList() // this.listQuery.page = 1 this.getList() }).catch((e) => {