测试修改缴费确认

This commit is contained in:
gyj
2024-01-22 17:55:59 +08:00
parent 52035efd4e
commit d6e21e33b5
3 changed files with 8 additions and 7 deletions
+3 -1
View File
@@ -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);