Lijy 2 주 전
부모
커밋
1b347d2152
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

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

@@ -1812,10 +1812,7 @@ export default {
                     this.originCanEdit = true;
                     this.seleChn()
                 } else {
-                    this.$message({
-                        message: res.msg,
-                        type: "error"
-                    });
+                    this.$toast.fail(res.msg);
                 }
             }).catch(err => { this.$toast.clear(); });
         },