Parcourir la source

退款后页面刷新

JXDS18FUJT il y a 2 ans
Parent
commit
6dd0280a3c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/tool/order/index.vue

+ 1 - 1
src/views/tool/order/index.vue

@@ -205,7 +205,7 @@ export default {
                     reason:obj.value
                 });
             }).then(() => {
-                // this.getList();
+                this.getList();
                 this.msgSuccess("退款成功");
             })