Merge branch 'main' into 'stg'

修改bug

See merge request cloud-mediate/mediate-manage-web!8
This commit is contained in:
刘翕 2025-02-08 08:24:43 +00:00
commit a6558f4a2b
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 ){