瀏覽代碼

退款后页面刷新

JXDS18FUJT 2 年之前
父節點
當前提交
6dd0280a3c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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("退款成功");
             })