Przeglądaj źródła

退款后页面刷新

JXDS18FUJT 2 lat temu
rodzic
commit
6dd0280a3c
1 zmienionych plików z 1 dodań i 1 usunięć
  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("退款成功");
             })