修改bug

This commit is contained in:
liuxi 2025-02-08 16:22:00 +08:00
parent 748ffc3a4c
commit 426805833d
2 changed files with 6 additions and 2 deletions

View File

@ -130,6 +130,7 @@ import api from "@/services/caseManagement";
},
handleClose() {
this.$emit('update:eventTraDialog', null)
this.$emit('RefreshClickList', null)
},
}
};

View File

@ -355,7 +355,7 @@
<!-- <editCaseDrawer v-if="editCaseDrawer" :editCaseDrawer.sync="editCaseDrawer"/> -->
<!-- 各种案件追踪记录 -->
<CaseTraceDialog v-if="CaseTraceDialog" :eventTraDialog.sync="CaseTraceDialog" />
<CaseTraceDialog v-if="CaseTraceDialog" :eventTraDialog.sync="CaseTraceDialog" @RefreshClickList="RefreshClickList"/>
<!-- 批量发送短信 -->
<batchSMSDialog v-if="smsIdsDialog" :eventTraDialog.sync="smsIdsDialog" />
<!-- 批量文书生成 -->
@ -488,7 +488,10 @@ import { values } from "lodash";
}
},
methods: {
//
RefreshClickList(){
this.getCaseInfoList(this.queryParam.current)
},
handleConclude(){
//
if(this.selectionData.length == 0 ){