Ver Fonte

更新批量发货的错误提醒

hejq há 8 anos atrás
pai
commit
db3a58fbc6
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

@@ -7659,7 +7659,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
                             toaster.pop('error', '提示', '发货失败,请刷新页面重试');
                         }
                     }, function (response) {
-                        toaster.pop('error', '错误', '发货失败');
+                        toaster.pop('error', '错误', response.data);
                     });
                     isSumbit = true;
                     return true;