Explorar el Código

更新批量发货的错误提醒

hejq hace 8 años
padre
commit
db3a58fbc6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;