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