Browse Source

修改toast

seyason 3 years ago
parent
commit
38a5946529

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

@@ -103,7 +103,7 @@
                     } else {
                         this.$toast.fail('获取失败');
                     }
-                }).catch(err=> {toast.clear();});
+                }).catch(err=> {});
             },
             choseIncharger(value, index) {
                 this.showPickerIncharger = false;
@@ -196,7 +196,7 @@
                     } else {
                         this.$toast.fail('获取失败');
                     }
-                }).catch(err=> {toast.clear();});
+                }).catch(err=> {});
             },
 
             // 获取项目
@@ -229,7 +229,7 @@
                     } else {
                         this.$toast.fail('获取失败:'+res.msg);
                     }
-                }).catch(err=> {toast.clear();});
+                }).catch(err=> {});
             },
 
             onRefresh() {