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() { onShow() {
this.getList() this.getList()
document.title = this.$options.appName
}, },
onReachBottom() { onReachBottom() {
this.current++ this.current++

View File

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