This commit is contained in:
熊成强 2020-11-19 16:37:19 +08:00
parent 50fcc04e0c
commit bb8f33ee25

View File

@ -41,7 +41,9 @@ export default {
parmas.startTime = this.value1[0]
parmas.endTime = this.value1[1]
}
this.$loadingStart()
let res = await apiOwnResult(parmas)
this.$loadingEnd()
if (res.code !== 200) {
this.$message.error(res.msg)
return []