Explorar el Código

Merge branch 'hhl' of SH-Arbitrate/Mediation-Frontend into dev

hhlxayunmei hace 2 años
padre
commit
a48004581e
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4
    2
      src/views/caseManagement/components/paymentdetailsDialog.vue

+ 4
- 2
src/views/caseManagement/components/paymentdetailsDialog.vue Ver fichero

100
             message: "确认成功",
100
             message: "确认成功",
101
             type: "success",
101
             type: "success",
102
           });
102
           });
103
+          this.cancel();
104
+          this.$emit("getList", this.queryParams);
103
         })
105
         })
104
         console.log('申请人');
106
         console.log('申请人');
105
       } else {
107
       } else {
109
             message: "确认成功",
111
             message: "确认成功",
110
             type: "success",
112
             type: "success",
111
           });
113
           });
114
+          this.cancel();
115
+          this.$emit("getList", this.queryParams);
112
         })
116
         })
113
         console.log('被申请人');
117
         console.log('被申请人');
114
       }
118
       }
115
-      this.cancel();
116
-      this.$emit("getList", this.queryParams);
117
       }
119
       }
118
       })
120
       })
119
     },
121
     },