Ver Fonte

公共询价详情转报价后链接跳转错误bug的处理

hejq há 8 anos atrás
pai
commit
b335eb4b6d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/webapp/resources/js/index/app.js

+ 1 - 1
src/main/webapp/resources/js/index/app.js

@@ -5448,7 +5448,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
             publicInquiry.turnToInquiry({id: id}, {}, function (data) {
                 if (data.success) {
                     toaster.pop('success', '提示', data.success);
-                    window.location.hash = "sale/inquiry/" + data.id;
+                    window.location.hash = "sale/pubinquiry/" + data.id;
                 }
                 if (data.error) {
                     toaster.pop('error', '提示', data.error);