测试修改缴费确认
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
:queryParams="queryParams" @getList="getList" @paycancelRow="paycancelRow"></payDialog>
|
||||
<!-- 缴费确认查看详情 -->
|
||||
<paymentdetailsDialog :openDialog="openDialog" @cancelpaymentdetails="cancelpaymentdetails" :title="payTitle"
|
||||
:detailform="detailform" :flag="flag" :paymentConfirma="paymentConfirma" @getList="getList">
|
||||
:detailform="detailform" :queryParams="queryParams" :flag="flag" :paymentConfirma="paymentConfirma" @getList="getList">
|
||||
</paymentdetailsDialog>
|
||||
<!-- 案件受理 -->
|
||||
<caseAcceptance :showAcceptance="showAcceptance" @cancelAcceptance="cancelAcceptance"
|
||||
@@ -272,8 +272,10 @@ export default {
|
||||
// 签名
|
||||
}else if(type == 12){
|
||||
// 用印申请
|
||||
this.consultantApplica(val)
|
||||
}else if(type == 13){
|
||||
// 用印
|
||||
this.departmentApplica(val)
|
||||
}else if(type == 14){
|
||||
// 归档
|
||||
this.caseFiling(val);
|
||||
|
||||
Reference in New Issue
Block a user