Procházet zdrojové kódy

'确认缴费页面刷新问题修复'

hhl123456789 před 2 roky
rodič
revize
4f0708d118

+ 4
- 2
src/views/caseManagement/components/paymentdetailsDialog.vue Zobrazit soubor

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