Merge branch 'main' into 'stg'
修改bug See merge request cloud-mediate/mediate-manage-web!8
This commit is contained in:
commit
a6558f4a2b
@ -130,6 +130,7 @@ import api from "@/services/caseManagement";
|
||||
},
|
||||
handleClose() {
|
||||
this.$emit('update:eventTraDialog', null)
|
||||
this.$emit('RefreshClickList', null)
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
@ -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 ){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user