|
|
@@ -4881,10 +4881,6 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
$scope.loading = false;
|
|
|
if (data.success) {
|
|
|
toaster.pop('success', '提示', data.success);
|
|
|
- $timeout(function () {
|
|
|
- $rootScope.active = 'done';
|
|
|
- window.location.hash = "#/baseInfo/inquiryList";
|
|
|
- }, 500);
|
|
|
}
|
|
|
if (data.error) {
|
|
|
toaster.pop('error', '提示', data.error);
|
|
|
@@ -4937,7 +4933,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
if (data.success) {
|
|
|
toaster.pop('success', '提示', data.success);
|
|
|
$timeout(function () {
|
|
|
- window.location.hash = "#/purc/publicInquiry";
|
|
|
+ window.location.hash = "#/purc/purchaseinquiry";
|
|
|
}, 500);
|
|
|
}
|
|
|
if (data.error) {
|
|
|
@@ -4966,9 +4962,6 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
$scope.loading = false;
|
|
|
if (data.success) {
|
|
|
toaster.pop('success', '提示', data.success);
|
|
|
- $timeout(function () {
|
|
|
- window.location.hash = "#/purc/publicInquiry";
|
|
|
- }, 500);
|
|
|
}
|
|
|
if (data.error) {
|
|
|
toaster.pop('error', '提示', data.error);
|