Browse Source

优化
优化

zouyuxuan 5 năm trước cách đây
mục cha
commit
8bd9c6dae6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/src/web/templates/manage/loan/evaluation.html

+ 1 - 1
core/src/web/templates/manage/loan/evaluation.html

@@ -311,7 +311,7 @@
                 datatype: "json",
                 success:function (r) {
                     if (r.data.status==1&&r.error_code=="0"){
-                        window.location.href = "/loan/evaluationlist"
+                        window.location.href = "/manage/loan/evaluationlist"
                     }
                 }
             })