Просмотр исходного кода

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

hanchaobo 2 лет назад
Родитель
Сommit
a87f8f6471
1 измененных файлов: 4 добавлений и 2 удалений
  1. 4
    2
      src/views/caseManagement/components/paymentdetailsDialog.vue

+ 4
- 2
src/views/caseManagement/components/paymentdetailsDialog.vue Просмотреть файл

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
     },