소스 검색

fix:优化

zhangxin 1 개월 전
부모
커밋
64efc20965
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/wareHouse/components/edit.vue

+ 1 - 1
pages/wareHouse/components/edit.vue

@@ -532,7 +532,7 @@ export default {
532 532
                             this.clearForm();
533 533
                         }
534 534
                     }).catch(err => {
535
-                        uni.$u.toast(err.msg);
535
+                        uni.$u.toast(err);
536 536
                     })
537 537
                 } else {
538 538
                     console.log('表单校验不通过');