修改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() { handleClose() {
this.$emit('update:eventTraDialog', null) this.$emit('update:eventTraDialog', null)
this.$emit('RefreshClickList', null)
}, },
} }
}; };

View File

@ -355,7 +355,7 @@
<!-- <editCaseDrawer v-if="editCaseDrawer" :editCaseDrawer.sync="editCaseDrawer"/> --> <!-- <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" /> <batchSMSDialog v-if="smsIdsDialog" :eventTraDialog.sync="smsIdsDialog" />
<!-- 批量文书生成 --> <!-- 批量文书生成 -->
@ -488,7 +488,10 @@ import { values } from "lodash";
} }
}, },
methods: { methods: {
//
RefreshClickList(){
this.getCaseInfoList(this.queryParam.current)
},
handleConclude(){ handleConclude(){
// //
if(this.selectionData.length == 0 ){ if(this.selectionData.length == 0 ){