|
@@ -12881,7 +12881,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
});
|
|
});
|
|
|
var getToken = function() {
|
|
var getToken = function() {
|
|
|
if($scope.token == null) {
|
|
if($scope.token == null) {
|
|
|
- token.info({userType: 'salenotice'}, {}, function(data) {
|
|
|
|
|
|
|
+ token.info({userType: 'purcorder'}, {}, function(data) {
|
|
|
$scope.token = data.token;
|
|
$scope.token = data.token;
|
|
|
}, function(response) {
|
|
}, function(response) {
|
|
|
toaster.pop('error', '提示', response.data);
|
|
toaster.pop('error', '提示', response.data);
|