Explorar el Código

Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/Mediation-Frontend into hcb

hanchaobo hace 2 años
padre
commit
a87f8f6471
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,6 +100,8 @@ export default {
100 100
             message: "确认成功",
101 101
             type: "success",
102 102
           });
103
+          this.cancel();
104
+          this.$emit("getList", this.queryParams);
103 105
         })
104 106
         console.log('申请人');
105 107
       } else {
@@ -109,11 +111,11 @@ export default {
109 111
             message: "确认成功",
110 112
             type: "success",
111 113
           });
114
+          this.cancel();
115
+          this.$emit("getList", this.queryParams);
112 116
         })
113 117
         console.log('被申请人');
114 118
       }
115
-      this.cancel();
116
-      this.$emit("getList", this.queryParams);
117 119
       }
118 120
       })
119 121
     },