修改bug
This commit is contained in:
parent
748ffc3a4c
commit
426805833d
@ -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)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@ -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 ){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user