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