Merge branch 'feature/GFRS-213【待确定】电投问题件-前端开发-new' into release/1112

This commit is contained in:
mengxiaolong
2020-11-12 17:19:17 +08:00

View File

@@ -544,7 +544,8 @@ export default {
} }
}) })
} catch (reason) { } catch (reason) {
console.log('网络异常') this.$toast.clear()
this.$toast('服务器异常, 请稍后再试')
} }
} }
}, },