BUG 31131

This commit is contained in:
aixianling
2022-10-25 17:25:31 +08:00
parent 4ad6f999d0
commit eda61ecf7d
2 changed files with 3 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ export default {
},
onShow() {
this.getList()
document.title = this.$options.appName
},
onReachBottom() {
this.current++

View File

@@ -24,7 +24,7 @@
<script>
export default {
name: "astDetail",
appName: "评分任务",
appName: "考核评分",
data() {
return {
detail: {},
@@ -66,6 +66,7 @@ export default {
onShow() {
this.getDetail()
this.getList()
document.title = this.$options.appName
},
onReachBottom() {
this.current++