@@ -175,9 +175,7 @@
}
},
getPageResult(url) {
- tempTip.showSuccess('开始查询,请稍后!');
axios.post(url, this.getSearch()).then(res => {
- tempTip.showSuccess('查询成功!');
if (res.data.code !== 200) {
tempTip.show('接口异常!');
this.details.data = [];