BUG 31131
This commit is contained in:
@@ -51,6 +51,7 @@ export default {
|
||||
},
|
||||
onShow() {
|
||||
this.getList()
|
||||
document.title = this.$options.appName
|
||||
},
|
||||
onReachBottom() {
|
||||
this.current++
|
||||
|
||||
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user