zhangxin 1 miesiąc temu
rodzic
commit
64efc20965
1 zmienionych plików z 1 dodań i 1 usunięć
  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('表单校验不通过');