ggooalice 2 년 전
부모
커밋
a85c4f5651
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/project/index.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/project/index.vue

@@ -480,7 +480,7 @@
                             this.yanjiuzx()
                         } else {
                             this.$toast.clear();
-                            this.$toast.fail(this.form.id==null?'新增失败':'修改失败');
+                            this.$toast.fail(res.msg);
                         }
                     }).catch(err=> {this.$toast.clear();});
                 } else {