27104
This commit is contained in:
@@ -216,6 +216,14 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
toResult () {
|
toResult () {
|
||||||
|
if (this.info.dataCount < 1) {
|
||||||
|
this.$confirm('暂无调查结果信息', '', {
|
||||||
|
showCancel: false
|
||||||
|
})
|
||||||
|
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
this.linkTo(`./Statistical?id=${this.info.id}`)
|
this.linkTo(`./Statistical?id=${this.info.id}`)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user