|
|
@@ -6434,8 +6434,6 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
mould.history = data;
|
|
|
},function (response) {
|
|
|
$scope.historyShow = false;
|
|
|
- toaster.pop('error', '提示', response.data);
|
|
|
- //$Scope.PurcInquiryMouldpermission = true;
|
|
|
});
|
|
|
}
|
|
|
};
|
|
|
@@ -6645,7 +6643,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
mould.history = data;
|
|
|
},function (response) {
|
|
|
$scope.historyShow = false;
|
|
|
- toaster.pop('error', '提示', response.data);
|
|
|
+ //toaster.pop('error', '提示', response.data);
|
|
|
});
|
|
|
}
|
|
|
};
|