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